(fix) dynamo db test - new model_spend params

This commit is contained in:
ishaan-jaff
2024-02-17 19:13:04 -08:00
parent 28f20dd687
commit db4fa90edb
+2
View File
@@ -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)