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
|
@ -99,6 +99,8 @@ class AzureOpenAIConfig(BaseConfig):
|
|||
"extra_headers",
|
||||
"parallel_tool_calls",
|
||||
"prediction",
|
||||
"modalities",
|
||||
"audio",
|
||||
]
|
||||
|
||||
def _is_response_format_supported_model(self, model: str) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue