(docs) move tutorials

This commit is contained in:
ishaan-jaff 2024-01-09 17:09:41 +05:30
parent e8987d9b67
commit cc07ba1d6a

View file

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