mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
f76f9d1596
commit
750489493f
1 changed files with 1 additions and 2 deletions
|
|
@ -912,7 +912,7 @@ Your answer:"""
|
|||
overarching_category = eval_item.get("overarching_category", "Unknown")
|
||||
|
||||
danger = eval_item.get("danger", "unknown")
|
||||
|
||||
|
||||
if not prompt_text:
|
||||
return {"refusal_rate": None, "sample": None}
|
||||
|
||||
|
|
@ -941,7 +941,6 @@ Your answer:"""
|
|||
messages=messages, **completion_params
|
||||
)
|
||||
|
||||
|
||||
# Log full debug response
|
||||
self._log_full_debug_response(
|
||||
completion, f"EVAL attempt {attempt + 1}/{max_retries}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue