mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
add huggingface
This commit is contained in:
parent
1385c26aff
commit
fd7b7b998b
6 changed files with 70 additions and 3 deletions
|
@ -30,6 +30,17 @@ const sidebars = {
|
|||
items: ["embedding/supported_embedding"],
|
||||
},
|
||||
'completion/supported',
|
||||
{
|
||||
type: "category",
|
||||
label: "Providers",
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: 'Providers',
|
||||
description: 'Learn how to deploy + call models from different providers on LiteLLM',
|
||||
slug: '/providers',
|
||||
},
|
||||
items: ["providers/huggingface"],
|
||||
},
|
||||
"token_usage",
|
||||
"exception_mapping",
|
||||
'debugging/hosted_debugging',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue