mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix: correct Telnyx endpoint support matrix
This commit is contained in:
parent
d764b2eb1d
commit
e73591ed1a
1 changed files with 2 additions and 2 deletions
|
|
@ -2035,9 +2035,9 @@
|
|||
"chat_completions": true,
|
||||
"messages": false,
|
||||
"responses": false,
|
||||
"embeddings": true,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
"audio_transcriptions": true,
|
||||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue