mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix: correct endpoint support claims
This commit is contained in:
parent
3cd359d1c7
commit
40b22a5c8d
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@
|
|||
"url": "https://docs.litellm.ai/docs/providers/avian",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": true,
|
||||
"responses": true,
|
||||
"messages": false,
|
||||
"responses": false,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue