Merge pull request #4917 from BerriAI/litellm_link_tomodel_cost

[Feat] Link to https://models.litellm.ai/ on Swagger docs and docs
This commit is contained in:
Ishaan Jaff
2024-07-26 21:37:04 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ const config = {
to: "docs/hosted"
},
{
href: 'https://contextlengthof.com/',
href: 'https://models.litellm.ai/',
label: '💸 LLM Model Cost Map',
position: 'right',
},
+2
View File
@@ -279,6 +279,8 @@ ui_link = f"/ui/"
ui_message = (
f"👉 [```LiteLLM Admin Panel on /ui```]({ui_link}). Create, Edit Keys with SSO"
)
ui_message += f"\n\n💸 [```LiteLLM Model Cost Map```](https://models.litellm.ai/)."
custom_swagger_message = f"[**Customize Swagger Docs**](https://docs.litellm.ai/docs/proxy/enterprise#swagger-docs---custom-routes--branding)"
### CUSTOM BRANDING [ENTERPRISE FEATURE] ###