mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
linting
This commit is contained in:
parent
1bfe294414
commit
3944e7ef9b
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ class RefusalBenchEnv(BaseEnv):
|
|||
temperature=self.config.judge_temperature,
|
||||
max_tokens=self.config.judge_max_tokens,
|
||||
)
|
||||
print(f" ✅ Judge API call successful")
|
||||
print(" ✅ Judge API call successful")
|
||||
return result
|
||||
except Exception as e:
|
||||
if hasattr(e, 'response') and hasattr(e.response, 'status_code'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue