forked from phoenix/litellm-mirror
(docs) move tutorials
This commit is contained in:
parent
e8987d9b67
commit
cc07ba1d6a
1 changed files with 17 additions and 18 deletions
|
@ -129,24 +129,6 @@ const sidebars = {
|
|||
"secret",
|
||||
"completion/token_usage",
|
||||
"load_test",
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Tutorials',
|
||||
items: [
|
||||
'tutorials/azure_openai',
|
||||
'tutorials/oobabooga',
|
||||
"tutorials/gradio_integration",
|
||||
'tutorials/huggingface_codellama',
|
||||
'tutorials/huggingface_tutorial',
|
||||
'tutorials/TogetherAI_liteLLM',
|
||||
'tutorials/finetuned_chat_gpt',
|
||||
'tutorials/sagemaker_llms',
|
||||
'tutorials/text_completion',
|
||||
"tutorials/first_playground",
|
||||
'tutorials/compare_llms',
|
||||
"tutorials/model_fallbacks",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Logging & Observability",
|
||||
|
@ -168,6 +150,23 @@ const sidebars = {
|
|||
],
|
||||
},
|
||||
"caching/redis_cache",
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Tutorials',
|
||||
items: [
|
||||
'tutorials/azure_openai',
|
||||
'tutorials/oobabooga',
|
||||
"tutorials/gradio_integration",
|
||||
'tutorials/huggingface_codellama',
|
||||
'tutorials/huggingface_tutorial',
|
||||
'tutorials/TogetherAI_liteLLM',
|
||||
'tutorials/finetuned_chat_gpt',
|
||||
'tutorials/sagemaker_llms',
|
||||
'tutorials/text_completion',
|
||||
"tutorials/first_playground",
|
||||
"tutorials/model_fallbacks",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "LangChain, LlamaIndex Integration",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue