diff --git a/docs/my-website/docs/proxy/user_keys.md b/docs/my-website/docs/proxy/user_keys.md index 30bb28b6462..75e547d17e1 100644 --- a/docs/my-website/docs/proxy/user_keys.md +++ b/docs/my-website/docs/proxy/user_keys.md @@ -13,6 +13,7 @@ LiteLLM Proxy is **OpenAI-Compatible**, and supports: * /audio/speech * [Assistants API endpoints](https://docs.litellm.ai/docs/assistants) * [Batches API endpoints](https://docs.litellm.ai/docs/batches) +* [Fine-Tuning API endpoints](https://docs.litellm.ai/docs/fine_tuning) LiteLLM Proxy is **Azure OpenAI-compatible**: * /chat/completions diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 54ba9cdd873..42a1bfe6d1e 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -110,7 +110,7 @@ const sidebars = { }, { type: "category", - label: "Embedding(), Image Generation(), Assistants(), Moderation(), Audio Transcriptions(), TTS(), Batches()", + label: "Embedding(), Image Generation(), Assistants(), Moderation(), Audio Transcriptions(), TTS(), Batches(), Fine-Tuning()", items: [ "embedding/supported_embedding", "embedding/async_embedding",