mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix: add missing a2a and interactions endpoint fields to futurmix entry
Also update docs URL to futurmix.ai (docs.litellm.ai/docs/providers/futurmix doesn't exist yet). Addresses Greptile review feedback on PR #26769.
This commit is contained in:
parent
6bd3935d3a
commit
854d3c1082
1 changed files with 4 additions and 2 deletions
|
|
@ -1062,7 +1062,7 @@
|
|||
},
|
||||
"futurmix": {
|
||||
"display_name": "FuturMix (`futurmix`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/futurmix",
|
||||
"url": "https://futurmix.ai",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": true,
|
||||
|
|
@ -1073,7 +1073,9 @@
|
|||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false
|
||||
"rerank": false,
|
||||
"a2a": false,
|
||||
"interactions": false
|
||||
}
|
||||
},
|
||||
"vertex_ai": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue