mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
Merge 1b33c16ed8 into 362be56bb0
This commit is contained in:
commit
6829139fab
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ def _update_metadata_field(updated_kv: dict, field_name: str) -> None:
|
|||
# only for a truthy value. The falsy value is still persisted below so a
|
||||
# previously-set field can be cleared.
|
||||
if updated_kv.get(field_name):
|
||||
_premium_user_check()
|
||||
_premium_user_check(feature: f"update {field_name}")
|
||||
|
||||
if field_name in updated_kv and updated_kv[field_name] is not None:
|
||||
# remove field from updated_kv
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue