forked from phoenix/litellm-mirror
(test) dynamodb set table name
This commit is contained in:
parent
9bdd6e73bb
commit
003cf92af3
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ def test_dynamo_logging():
|
|||
# redirect stdout to log_file
|
||||
|
||||
litellm.success_callback = ["dynamodb"]
|
||||
litellm.dynamodb_table_name = "litellm-logs-1"
|
||||
litellm.set_verbose = True
|
||||
original_stdout, log_file, file_name = pre_request()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue