mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
add link to fine tuning api
This commit is contained in:
parent
4a1ab44f6a
commit
82948fccc7
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue