Merge branch 'main' into main

This commit is contained in:
Vince Lwt 2023-08-23 18:39:09 +02:00 committed by GitHub
commit dcbf5e2444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 9611 additions and 239 deletions

View file

@ -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",