mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(utils.py): correctly instrument passing through api version in optional param check
This commit is contained in:
parent
ad920be3bf
commit
594daef07a
4 changed files with 6 additions and 4 deletions
|
@ -147,7 +147,6 @@ class AzureOpenAIConfig:
|
|||
api_version_year = api_version_times[0]
|
||||
api_version_month = api_version_times[1]
|
||||
api_version_day = api_version_times[2]
|
||||
args = locals()
|
||||
for param, value in non_default_params.items():
|
||||
if param == "tool_choice":
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue