mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
feat - clearly show version litellm enterprise
This commit is contained in:
parent
a9561a1451
commit
e3a66f2c62
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ _title = os.getenv("DOCS_TITLE", "LiteLLM API") if premium_user else "LiteLLM AP
|
||||||
_description = (
|
_description = (
|
||||||
os.getenv(
|
os.getenv(
|
||||||
"DOCS_DESCRIPTION",
|
"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
|
if premium_user
|
||||||
else f"Proxy Server to call 100+ LLMs in the OpenAI format. {custom_swagger_message}\n\n{ui_message}"
|
else f"Proxy Server to call 100+ LLMs in the OpenAI format. {custom_swagger_message}\n\n{ui_message}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue