mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs: sidebars.js
add vertex ai live api to docs
This commit is contained in:
parent
8d1d400d32
commit
bbb7b75672
1 changed files with 8 additions and 1 deletions
|
|
@ -364,7 +364,14 @@ const sidebars = {
|
|||
"pass_through/langfuse",
|
||||
"pass_through/mistral",
|
||||
"pass_through/openai_passthrough",
|
||||
"pass_through/vertex_ai",
|
||||
{
|
||||
type: "category",
|
||||
label: "Vertex AI",
|
||||
items: [
|
||||
"pass_through/vertex_ai",
|
||||
"pass_through/vertex_ai_live_websocket",
|
||||
]
|
||||
},
|
||||
"pass_through/vllm",
|
||||
"proxy/pass_through"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue