forked from phoenix/litellm-mirror
Merge branch 'main' into main
This commit is contained in:
commit
dcbf5e2444
48 changed files with 9611 additions and 239 deletions
|
@ -28,16 +28,13 @@ const sidebars = {
|
|||
label: "Embedding()",
|
||||
items: ["embedding/supported_embedding"],
|
||||
},
|
||||
"debugging/local_debugging",
|
||||
"completion/supported",
|
||||
'completion/supported',
|
||||
'debugging/local_debugging',
|
||||
'debugging/hosted_debugging',
|
||||
{
|
||||
type: "category",
|
||||
label: "Tutorials",
|
||||
items: [
|
||||
"tutorials/huggingface_tutorial",
|
||||
"tutorials/TogetherAI_liteLLM",
|
||||
"tutorials/debugging_tutorial",
|
||||
],
|
||||
type: 'category',
|
||||
label: 'Tutorials',
|
||||
items: ['tutorials/huggingface_tutorial', 'tutorials/TogetherAI_liteLLM', 'tutorials/fallbacks', 'tutorials/finetuned_chat_gpt'],
|
||||
},
|
||||
"token_usage",
|
||||
"stream",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue