forked from phoenix/litellm-mirror
fix checking store_model_in_deb
This commit is contained in:
parent
e477b7e3da
commit
2e956f7c01
1 changed files with 1 additions and 0 deletions
|
@ -1244,6 +1244,7 @@ class ProxyConfig:
|
|||
## DB
|
||||
if prisma_client is not None and (
|
||||
general_settings.get("store_model_in_db", False) == True
|
||||
or store_model_in_db is True
|
||||
):
|
||||
_tasks = []
|
||||
keys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue