mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Merge pull request #22092 from BerriAI/litellm_fix_tts_vertex_ai
Add audio as supported openai param
This commit is contained in:
commit
ec31845469
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ class VertexGeminiConfig(VertexAIBaseConfig, BaseConfig):
|
|||
"logprobs",
|
||||
"top_logprobs",
|
||||
"modalities",
|
||||
"audio",
|
||||
"parallel_tool_calls",
|
||||
"web_search_options",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue