forked from phoenix/litellm-mirror
docs clean up organization
This commit is contained in:
parent
6377304d96
commit
4052b0d4c4
1 changed files with 16 additions and 11 deletions
|
@ -184,10 +184,6 @@ const sidebars = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"proxy/custom_pricing",
|
"proxy/custom_pricing",
|
||||||
"routing",
|
|
||||||
"scheduler",
|
|
||||||
"set_keys",
|
|
||||||
"budget_manager",
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Secret Manager",
|
label: "Secret Manager",
|
||||||
|
@ -196,6 +192,22 @@ const sidebars = {
|
||||||
"oidc"
|
"oidc"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "🚅 LiteLLM Python SDK",
|
||||||
|
items: [
|
||||||
|
"routing",
|
||||||
|
"scheduler",
|
||||||
|
"set_keys",
|
||||||
|
"budget_manager",
|
||||||
|
"caching/all_caches",
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "LangChain, LlamaIndex, Instructor Integration",
|
||||||
|
items: ["langchain/langchain", "tutorials/instructor"],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
"completion/token_usage",
|
"completion/token_usage",
|
||||||
"load_test",
|
"load_test",
|
||||||
{
|
{
|
||||||
|
@ -227,14 +239,12 @@ const sidebars = {
|
||||||
`observability/telemetry`,
|
`observability/telemetry`,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"caching/all_caches",
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Tutorials",
|
label: "Tutorials",
|
||||||
items: [
|
items: [
|
||||||
'tutorials/azure_openai',
|
'tutorials/azure_openai',
|
||||||
'tutorials/instructor',
|
'tutorials/instructor',
|
||||||
'tutorials/oobabooga',
|
|
||||||
"tutorials/gradio_integration",
|
"tutorials/gradio_integration",
|
||||||
"tutorials/huggingface_codellama",
|
"tutorials/huggingface_codellama",
|
||||||
"tutorials/huggingface_tutorial",
|
"tutorials/huggingface_tutorial",
|
||||||
|
@ -246,11 +256,6 @@ const sidebars = {
|
||||||
"tutorials/model_fallbacks",
|
"tutorials/model_fallbacks",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "LangChain, LlamaIndex, Instructor Integration",
|
|
||||||
items: ["langchain/langchain", "tutorials/instructor"],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Extras",
|
label: "Extras",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue