mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 22:24:51 +00:00
fix: fix update_db_model (#10726)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user