mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fixing azure bug
This commit is contained in:
parent
fab537fee9
commit
c8884e21e7
7 changed files with 7 additions and 7 deletions
|
@ -161,7 +161,7 @@ def get_optional_params(
|
|||
if user != "":
|
||||
optional_params["user"] = user
|
||||
if deployment_id != None:
|
||||
optional_params["deployment_id"] = user
|
||||
optional_params["deployment_id"] = deployment_id
|
||||
return optional_params
|
||||
|
||||
def set_callbacks(callback_list):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue