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
|
// 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',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue