forked from phoenix/litellm-mirror
(fix) dynamo db test - new model_spend params
This commit is contained in:
parent
35af2d666b
commit
44202aa25b
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ class DynamoDBWrapper(CustomDB):
|
|||
or k == "config"
|
||||
or k == "metadata"
|
||||
or k == "permissions"
|
||||
or k == "model_spend"
|
||||
or k == "model_max_budget"
|
||||
)
|
||||
and v is not None
|
||||
and isinstance(v, str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue