mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
feat(azure/gpt_transformation.py): add azure audio model support
Closes https://github.com/BerriAI/litellm/issues/6305
This commit is contained in:
parent
ef1bde153e
commit
fe24b9d90b
3 changed files with 14 additions and 0 deletions
|
@ -125,6 +125,7 @@ class OpenAIGPTConfig(BaseLLMModelInfo, BaseConfig):
|
|||
"max_retries",
|
||||
"extra_headers",
|
||||
"parallel_tool_calls",
|
||||
"audio",
|
||||
] # works across all models
|
||||
|
||||
model_specific_params = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue