(fix) dynamo db test - new model_spend params
This commit is contained in:
parent
28f20dd687
commit
db4fa90edb
@ -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…
Reference in New Issue
Block a user