update to logging

This commit is contained in:
Krrish Dholakia 2023-09-02 15:45:45 -07:00
parent 9d5070a124
commit 895e3c1a94
7 changed files with 7 additions and 6 deletions

View file

@ -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"