From ac7b0337629109aa42f1b2ab7637e73e9dd961fe Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 22 Aug 2024 18:57:54 -0700 Subject: [PATCH] docs moderation --- docs/my-website/docs/embedding/moderation.md | 2 +- docs/my-website/sidebars.js | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/embedding/moderation.md b/docs/my-website/docs/embedding/moderation.md index 321548979a..fa5beb963e 100644 --- a/docs/my-website/docs/embedding/moderation.md +++ b/docs/my-website/docs/embedding/moderation.md @@ -1,4 +1,4 @@ -# Moderation +# litellm.moderation() LiteLLM supports the moderation endpoint for OpenAI ## Usage diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index ac9935791f..7781aa29bb 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -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",