mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
update to logging
This commit is contained in:
parent
e0d5c66238
commit
78cd8d6e27
7 changed files with 7 additions and 6 deletions
|
@ -158,7 +158,7 @@ def completion(
|
|||
model_alias_map=litellm.model_alias_map,
|
||||
completion_call_id=id
|
||||
)
|
||||
logging.update_environment_variables(optional_params=optional_params, litellm_params=litellm_params)
|
||||
logging.update_environment_variables(model=model, optional_params=optional_params, litellm_params=litellm_params)
|
||||
if custom_llm_provider == "azure":
|
||||
# azure configs
|
||||
openai.api_type = "azure"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue