forked from phoenix/litellm-mirror
docs improvements
This commit is contained in:
parent
376bba4650
commit
d93ffced09
4 changed files with 54 additions and 31 deletions
|
@ -21,19 +21,15 @@ const sidebars = {
|
|||
'index',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'completion_function',
|
||||
label: 'Completion()',
|
||||
items: ['completion/input','completion/output'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'embedding_function',
|
||||
label: 'Embedding()',
|
||||
items: ['embedding/supported_embedding'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Supported Chat, Completion Models',
|
||||
items: ['completion/supported'],
|
||||
},
|
||||
'completion/supported',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Tutorials',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue