From abe8d7c9216f4f02cdd2b32dc83e274a2961d0fd Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 21 Mar 2024 17:16:52 -0700 Subject: [PATCH] docs(configs.md): add disable swagger ui env tutorial to docs --- docs/my-website/docs/proxy/configs.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/my-website/docs/proxy/configs.md b/docs/my-website/docs/proxy/configs.md index 34271f064..dbb8979f9 100644 --- a/docs/my-website/docs/proxy/configs.md +++ b/docs/my-website/docs/proxy/configs.md @@ -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