From 2e956f7c0134b27f0bcc6298c2db0b342fe5e188 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 6 Jul 2024 11:35:28 -0700 Subject: [PATCH] fix checking store_model_in_deb --- litellm/proxy/proxy_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 515708df8..f7bcf1fde 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -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 = [