forked from phoenix/litellm-mirror
docs moderation
This commit is contained in:
parent
b865993b34
commit
25609a94ad
2 changed files with 8 additions and 3 deletions
|
@ -48,6 +48,7 @@ const sidebars = {
|
|||
"pass_through/vertex_ai",
|
||||
"pass_through/google_ai_studio",
|
||||
"pass_through/cohere",
|
||||
"anthropic_completion",
|
||||
"pass_through/bedrock",
|
||||
"pass_through/langfuse"
|
||||
],
|
||||
|
@ -198,14 +199,17 @@ const sidebars = {
|
|||
items: [
|
||||
"embedding/supported_embedding",
|
||||
"embedding/async_embedding",
|
||||
"embedding/moderation",
|
||||
"image_generation",
|
||||
"audio_transcription",
|
||||
"text_to_speech",
|
||||
"assistants",
|
||||
"batches",
|
||||
"fine_tuning",
|
||||
"anthropic_completion",
|
||||
{
|
||||
type: "link",
|
||||
label: "Use LiteLLM Proxy with Vertex, Bedrock SDK",
|
||||
href: "/docs/pass_through/vertex_ai",
|
||||
},
|
||||
],
|
||||
},
|
||||
"scheduler",
|
||||
|
@ -217,6 +221,7 @@ const sidebars = {
|
|||
"set_keys",
|
||||
"completion/token_usage",
|
||||
"sdk_custom_pricing",
|
||||
"embedding/moderation",
|
||||
"budget_manager",
|
||||
"caching/all_caches",
|
||||
"migration",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue