forked from phoenix/litellm-mirror
docs(assistants.md): add assistants api to docs
This commit is contained in:
parent
d83b4a00d3
commit
a0fb301b18
5 changed files with 305 additions and 3 deletions
|
@ -100,13 +100,15 @@ const sidebars = {
|
|||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Embedding(), Moderation(), Image Generation(), Audio Transcriptions()",
|
||||
label: "Embedding(), Image Generation(), Assistants(), Moderation(), Audio Transcriptions(), TTS()",
|
||||
items: [
|
||||
"embedding/supported_embedding",
|
||||
"embedding/async_embedding",
|
||||
"embedding/moderation",
|
||||
"image_generation",
|
||||
"audio_transcription"
|
||||
"audio_transcription",
|
||||
"text_to_speech",
|
||||
"assistants"
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue