mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
ui - new build
This commit is contained in:
parent
c1b60c32cd
commit
f69e812c5f
15 changed files with 12 additions and 12 deletions
|
@ -2395,7 +2395,7 @@ class ProxyConfig:
|
|||
new_models = (
|
||||
await prisma_client.db.litellm_proxymodeltable.find_many()
|
||||
) # get all models in db
|
||||
verbose_proxy_logger.debug(f"new_models: {new_models}")
|
||||
# verbose_proxy_logger.debug(f"new_models: {new_models}")
|
||||
_model_list: list = []
|
||||
for m in new_models:
|
||||
_litellm_params = m.litellm_params
|
||||
|
@ -2440,7 +2440,7 @@ class ProxyConfig:
|
|||
new_models = await prisma_client.db.litellm_proxymodeltable.find_many(
|
||||
take=10, order={"updated_at": "desc"}
|
||||
)
|
||||
verbose_proxy_logger.debug(f"new_models: {new_models}")
|
||||
# verbose_proxy_logger.debug(f"new_models: {new_models}")
|
||||
|
||||
for m in new_models:
|
||||
_litellm_params = m.litellm_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue