add link to fine tuning api

This commit is contained in:
Ishaan Jaff 2024-07-31 17:15:12 -07:00
parent 4a1ab44f6a
commit 82948fccc7
2 changed files with 2 additions and 1 deletions

View file

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

View file

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