mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-20 18:24:07 +00:00
feat - clearly show version litellm enterprise
This commit is contained in:
@@ -289,7 +289,7 @@ _title = os.getenv("DOCS_TITLE", "LiteLLM API") if premium_user else "LiteLLM AP
|
||||
_description = (
|
||||
os.getenv(
|
||||
"DOCS_DESCRIPTION",
|
||||
f"Proxy Server to call 100+ LLMs in the OpenAI format. {custom_swagger_message}\n\n{ui_message}",
|
||||
f"Enterprise Edition \n\nProxy Server to call 100+ LLMs in the OpenAI format. {custom_swagger_message}\n\n{ui_message}",
|
||||
)
|
||||
if premium_user
|
||||
else f"Proxy Server to call 100+ LLMs in the OpenAI format. {custom_swagger_message}\n\n{ui_message}"
|
||||
|
||||
Reference in New Issue
Block a user