add fallbacks tutorial to docs

This commit is contained in:
ishaan-jaff 2023-08-22 15:27:28 -07:00
parent d47476165f
commit 6a0f4cc773
2 changed files with 48 additions and 1 deletions

View file

@ -34,7 +34,7 @@ const sidebars = {
{
type: 'category',
label: 'Tutorials',
items: ['tutorials/huggingface_tutorial', 'tutorials/TogetherAI_liteLLM'],
items: ['tutorials/huggingface_tutorial', 'tutorials/TogetherAI_liteLLM', 'tutorials/fallbacks'],
},
'token_usage',
'stream',