mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
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
|
@ -4120,7 +4120,7 @@ def transcription(
|
|||
or litellm.api_key
|
||||
or litellm.azure_key
|
||||
or get_secret("AZURE_API_KEY")
|
||||
)
|
||||
) # type: ignore
|
||||
|
||||
response = azure_chat_completions.audio_transcriptions(
|
||||
model=model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue