forked from phoenix/litellm-mirror
update docs
This commit is contained in:
parent
ff0e5c2967
commit
3bad207dfe
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ const sidebars = {
|
|||
// But you can create a sidebar manually
|
||||
tutorialSidebar: [
|
||||
{ type: "doc", id: "index" }, // NEW
|
||||
'tutorials/compare_llms',
|
||||
"tutorials/model_fallbacks",
|
||||
{
|
||||
type: "category",
|
||||
label: "Completion()",
|
||||
|
@ -73,7 +73,6 @@ const sidebars = {
|
|||
type: 'category',
|
||||
label: 'Tutorials',
|
||||
items: [
|
||||
"tutorials/model_fallbacks",
|
||||
'tutorials/ab_test_llms',
|
||||
'tutorials/huggingface_tutorial',
|
||||
'tutorials/TogetherAI_liteLLM',
|
||||
|
@ -82,6 +81,7 @@ const sidebars = {
|
|||
'tutorials/text_completion',
|
||||
'tutorials/litellm_Test_Multiple_Providers',
|
||||
"tutorials/first_playground",
|
||||
'tutorials/compare_llms',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue