forked from phoenix/litellm-mirror
fix(utils.py): change error log to be debug
This commit is contained in:
parent
c4295e1667
commit
acb615957d
1 changed files with 1 additions and 1 deletions
|
@ -5938,7 +5938,7 @@ def get_api_base(model: str, optional_params: dict) -> Optional[str]:
|
|||
model=model, **optional_params
|
||||
) # convert to pydantic object
|
||||
except Exception as e:
|
||||
verbose_logger.error("Error occurred in getting api base - {}".format(str(e)))
|
||||
verbose_logger.debug("Error occurred in getting api base - {}".format(str(e)))
|
||||
return None
|
||||
# get llm provider
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue