refactor(main.py): clean up print statement

This commit is contained in:
Krrish Dholakia 2023-10-16 17:53:09 -07:00
parent 7572086231
commit 036c50e2bf

View file

@ -306,7 +306,6 @@ def completion(
metadata=metadata
)
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":
# azure configs
api_type = get_secret("AZURE_API_TYPE") or "azure"