mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
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:
commit
36187102d1
2 changed files with 3 additions and 1 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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] ###
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue