docs moderation

This commit is contained in:
Ishaan Jaff 2024-08-22 18:57:54 -07:00
parent b865993b34
commit 25609a94ad
2 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Moderation # litellm.moderation()
LiteLLM supports the moderation endpoint for OpenAI LiteLLM supports the moderation endpoint for OpenAI
## Usage ## Usage

View file

@ -48,6 +48,7 @@ const sidebars = {
"pass_through/vertex_ai", "pass_through/vertex_ai",
"pass_through/google_ai_studio", "pass_through/google_ai_studio",
"pass_through/cohere", "pass_through/cohere",
"anthropic_completion",
"pass_through/bedrock", "pass_through/bedrock",
"pass_through/langfuse" "pass_through/langfuse"
], ],
@ -198,14 +199,17 @@ const sidebars = {
items: [ items: [
"embedding/supported_embedding", "embedding/supported_embedding",
"embedding/async_embedding", "embedding/async_embedding",
"embedding/moderation",
"image_generation", "image_generation",
"audio_transcription", "audio_transcription",
"text_to_speech", "text_to_speech",
"assistants", "assistants",
"batches", "batches",
"fine_tuning", "fine_tuning",
"anthropic_completion", {
type: "link",
label: "Use LiteLLM Proxy with Vertex, Bedrock SDK",
href: "/docs/pass_through/vertex_ai",
},
], ],
}, },
"scheduler", "scheduler",
@ -217,6 +221,7 @@ const sidebars = {
"set_keys", "set_keys",
"completion/token_usage", "completion/token_usage",
"sdk_custom_pricing", "sdk_custom_pricing",
"embedding/moderation",
"budget_manager", "budget_manager",
"caching/all_caches", "caching/all_caches",
"migration", "migration",