When hosting LiteLLM in an offline environment, Swagger doesn't load as it tries to fetch swagger-ui.css and other related swagger files from https://cdn.jsdelivr.net.
As a result of not being able to fetch the assets, a blank page is displayed.
LiteLLM should be configured to ask Swagger to use a locally held version of the Swagger assets.
What happened?
When hosting LiteLLM in an offline environment, Swagger doesn't load as it tries to fetch
swagger-ui.css
and other related swagger files from https://cdn.jsdelivr.net.As a result of not being able to fetch the assets, a blank page is displayed.
LiteLLM should be configured to ask Swagger to use a locally held version of the Swagger assets.
Relevant log output
No response
Twitter / LinkedIn details
No response