forked from phoenix/litellm-mirror
fix(proxy_server.py): add info statement
This commit is contained in:
parent
5e46432dfe
commit
baed85c2c2
1 changed files with 1 additions and 0 deletions
|
@ -2337,6 +2337,7 @@ class ProxyConfig:
|
|||
_store_model_in_db = litellm.get_secret(
|
||||
"STORE_MODEL_IN_DB", None
|
||||
) # feature flag for `/model/new`
|
||||
verbose_proxy_logger.info(f"'STORE_MODEL_IN_DB'={_store_model_in_db}")
|
||||
if _store_model_in_db is not None and _store_model_in_db == True:
|
||||
general_settings["store_model_in_db"] = True
|
||||
router_params: dict = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue