mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(configs.md): add disable swagger ui env tutorial to docs
This commit is contained in:
parent
33964233a5
commit
abe8d7c921
1 changed files with 10 additions and 0 deletions
|
|
@ -558,6 +558,16 @@ curl --location 'http://0.0.0.0:4000/chat/completions' \
|
|||
}'
|
||||
```
|
||||
|
||||
## Disable Swagger UI
|
||||
|
||||
To disable the Swagger docs from the base url, set
|
||||
|
||||
```env
|
||||
NO_DOCS="True"
|
||||
```
|
||||
|
||||
in your environment, and restart the proxy.
|
||||
|
||||
|
||||
## Configure DB Pool Limits + Connection Timeouts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue