mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
Merge branch 'main' into litellm_exp_mcp_server
This commit is contained in:
commit
d932206bfb
82 changed files with 3624 additions and 1123 deletions
|
@ -53,7 +53,7 @@ const sidebars = {
|
|||
{
|
||||
type: "category",
|
||||
label: "Architecture",
|
||||
items: ["proxy/architecture", "proxy/db_info", "router_architecture", "proxy/user_management_heirarchy", "proxy/jwt_auth_arch"],
|
||||
items: ["proxy/architecture", "proxy/db_info", "router_architecture", "proxy/user_management_heirarchy", "proxy/jwt_auth_arch", "proxy/image_handling"],
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
|
@ -293,6 +293,7 @@ const sidebars = {
|
|||
"text_completion",
|
||||
"embedding/supported_embedding",
|
||||
"anthropic_unified",
|
||||
"mcp",
|
||||
{
|
||||
type: "category",
|
||||
label: "/images",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue