We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f870fd3 commit cf94179Copy full SHA for cf94179
cookbook/finetuning/download_as_jsonl.py
@@ -22,7 +22,7 @@ def fetch_trace_logs_as_jsonl() -> List[Dict]:
22
filter_value="personalize_email_german",
23
filter_operator=FilterOperator.EQUALS,
24
page_size=page_size,
25
- status='success',
+ status="success",
26
)
27
initial_fetch = p.get_trace_logs(query_params)
28
fetched_trace_logs = initial_fetch.results
0 commit comments