mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +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
9c6dff2fe8
commit
b228456b67
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