add huggingface

This commit is contained in:
Krrish Dholakia 2023-08-30 16:05:33 -07:00
parent 1385c26aff
commit fd7b7b998b
6 changed files with 70 additions and 3 deletions

View file

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