mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
docs(assistants.md): add assistants api to docs
This commit is contained in:
parent
3badb9ede8
commit
de62c5f565
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