update docs

This commit is contained in:
Krrish Dholakia 2023-09-09 19:09:06 -07:00
parent ff0e5c2967
commit 3bad207dfe

View file

@ -18,7 +18,7 @@ const sidebars = {
// But you can create a sidebar manually // But you can create a sidebar manually
tutorialSidebar: [ tutorialSidebar: [
{ type: "doc", id: "index" }, // NEW { type: "doc", id: "index" }, // NEW
'tutorials/compare_llms', "tutorials/model_fallbacks",
{ {
type: "category", type: "category",
label: "Completion()", label: "Completion()",
@ -73,7 +73,6 @@ const sidebars = {
type: 'category', type: 'category',
label: 'Tutorials', label: 'Tutorials',
items: [ items: [
"tutorials/model_fallbacks",
'tutorials/ab_test_llms', 'tutorials/ab_test_llms',
'tutorials/huggingface_tutorial', 'tutorials/huggingface_tutorial',
'tutorials/TogetherAI_liteLLM', 'tutorials/TogetherAI_liteLLM',
@ -82,6 +81,7 @@ const sidebars = {
'tutorials/text_completion', 'tutorials/text_completion',
'tutorials/litellm_Test_Multiple_Providers', 'tutorials/litellm_Test_Multiple_Providers',
"tutorials/first_playground", "tutorials/first_playground",
'tutorials/compare_llms',
], ],
}, },
{ {