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
## Usage

View file

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