mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
feat: add litellm cloud self-serve to docs
This commit is contained in:
parent
c14afa93b0
commit
a05ad46394
2 changed files with 5 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
# Demo App
|
||||
|
||||
Here is a demo of the proxy. To log in pass in:
|
||||
|
||||
- Username: admin
|
||||
- Password: sk-1234
|
||||
|
||||
|
||||
[Demo UI](https://demo.litellm.ai/ui)
|
||||
|
|
@ -130,7 +130,11 @@ const sidebars = {
|
|||
"proxy/release_cycle",
|
||||
],
|
||||
},
|
||||
"proxy/demo",
|
||||
{
|
||||
"type": "link",
|
||||
"label": "Demo LiteLLM Cloud",
|
||||
"href": "https://www.litellm.ai/cloud"
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Admin UI",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue