forked from phoenix/litellm-mirror
refactor(main.py): clean up print statement
This commit is contained in:
parent
7572086231
commit
036c50e2bf
1 changed files with 0 additions and 1 deletions
|
@ -306,7 +306,6 @@ def completion(
|
||||||
metadata=metadata
|
metadata=metadata
|
||||||
)
|
)
|
||||||
logging.update_environment_variables(model=model, user=user, optional_params=optional_params, litellm_params=litellm_params)
|
logging.update_environment_variables(model=model, user=user, optional_params=optional_params, litellm_params=litellm_params)
|
||||||
print("CUSTOM PROVIDER", custom_llm_provider)
|
|
||||||
if custom_llm_provider == "azure":
|
if custom_llm_provider == "azure":
|
||||||
# azure configs
|
# azure configs
|
||||||
api_type = get_secret("AZURE_API_TYPE") or "azure"
|
api_type = get_secret("AZURE_API_TYPE") or "azure"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue