mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 04:28:19 +00:00
(fix) dynamo db test - new model_spend params
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user