forked from phoenix/litellm-mirror
fix(azure.py): logging fix
This commit is contained in:
parent
10c522025f
commit
c473abde49
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class AzureChatCompletion(BaseLLM):
|
||||||
"azure_ad_token": azure_ad_token
|
"azure_ad_token": azure_ad_token
|
||||||
},
|
},
|
||||||
"api_version": api_version,
|
"api_version": api_version,
|
||||||
"api_base": client.base_url,
|
"api_base": api_base,
|
||||||
"complete_input_dict": data,
|
"complete_input_dict": data,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue