This commit is contained in:
ishaan-jaff 2023-09-09 16:12:21 -07:00
parent c548d8ad37
commit 11f503925f

View file

@ -45,7 +45,25 @@ const sidebars = {
description: 'Learn how to deploy + call models from different providers on LiteLLM', description: 'Learn how to deploy + call models from different providers on LiteLLM',
slug: '/providers', slug: '/providers',
}, },
items: ["providers/huggingface", "providers/openai", "providers/azure", "providers/vertex", "providers/anthropic", "providers/vllm", "providers/ai21", "providers/replicate", "providers/cohere", "providers/togetherai", "providers/aws_sagemaker", "providers/aleph_alpha", "providers/baseten", "providers/openrouter", "providers/ollama", "providers/custom"] items: [
"providers/huggingface",
"providers/openai",
"providers/azure",
"providers/vertex",
"providers/anthropic",
"providers/vllm",
"providers/ai21",
"providers/replicate",
"providers/cohere",
"providers/togetherai",
"providers/aws_sagemaker",
"providers/aleph_alpha",
"providers/baseten",
"providers/openrouter",
"providers/ollama",
"providers/custom",
"providers/custom_openai_proxy",
]
}, },
"token_usage", "token_usage",
"exception_mapping", "exception_mapping",