forked from phoenix/litellm-mirror
(docs) refactor litellm proxy docs to use a hierarchy
This commit is contained in:
parent
132218e0ed
commit
278ef6bd83
12 changed files with 1356 additions and 2 deletions
|
@ -85,7 +85,26 @@ const sidebars = {
|
|||
"providers/petals",
|
||||
]
|
||||
},
|
||||
"simple_proxy",
|
||||
{
|
||||
type: "category",
|
||||
label: "💥 OpenAI Proxy",
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: '💥 OpenAI Proxy Server',
|
||||
description: `Proxy Server to call 100+ LLMs in a unified interface, load balance deployments, track costs per user`,
|
||||
slug: '/simple_proxy',
|
||||
},
|
||||
items: [
|
||||
"proxy/quick_start",
|
||||
"proxy/configs",
|
||||
"proxy/load_balancing",
|
||||
"proxy/virtual_keys",
|
||||
"proxy/caching",
|
||||
"proxy/logging",
|
||||
"proxy/cli",
|
||||
"proxy/deploy",
|
||||
]
|
||||
},
|
||||
"routing",
|
||||
"rules",
|
||||
"set_keys",
|
||||
|
@ -107,7 +126,6 @@ const sidebars = {
|
|||
'tutorials/finetuned_chat_gpt',
|
||||
'tutorials/sagemaker_llms',
|
||||
'tutorials/text_completion',
|
||||
// 'tutorials/litellm_Test_Multiple_Providers',
|
||||
"tutorials/first_playground",
|
||||
'tutorials/compare_llms',
|
||||
"tutorials/model_fallbacks",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue