mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
update docs nav
This commit is contained in:
parent
1ca4d6ff8c
commit
54cbf41fd9
2 changed files with 6 additions and 1 deletions
|
|
@ -22,13 +22,18 @@ const sidebars = {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'completion_function',
|
||||
items: ['completion/input', 'completion/supported','completion/output', 'completion/huggingface_tutorial'],
|
||||
items: ['completion/input', 'completion/supported','completion/output'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'embedding_function',
|
||||
items: ['embedding/supported_embedding'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Tutorials',
|
||||
items: ['tutorials/huggingface_tutorial'],
|
||||
},
|
||||
'token_usage',
|
||||
'stream',
|
||||
'secret',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue