fix: fix update_db_model (#10726)

This commit is contained in:
Ishaan Jaff
2025-05-10 14:28:37 -07:00
committed by GitHub
parent 3d8c3d7b96
commit 3ddaf313c2
@@ -79,6 +79,7 @@ def update_db_model(
litellm_params=LiteLLMParamsTypedDict(
**db_model.litellm_params.model_dump(exclude_none=True) # type: ignore
),
model_info=db_model.model_info.model_dump(exclude_none=True),
)
# update model name
if updated_patch.model_name: