mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
update to logging
This commit is contained in:
parent
9d5070a124
commit
895e3c1a94
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