mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
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
|
## DB
|
||||||
if prisma_client is not None and (
|
if prisma_client is not None and (
|
||||||
general_settings.get("store_model_in_db", False) == True
|
general_settings.get("store_model_in_db", False) == True
|
||||||
|
or store_model_in_db is True
|
||||||
):
|
):
|
||||||
_tasks = []
|
_tasks = []
|
||||||
keys = [
|
keys = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue