mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Other linting
This commit is contained in:
parent
4d404c0be6
commit
6266748027
1 changed files with 3 additions and 3 deletions
|
|
@ -336,9 +336,9 @@ class RefusalBenchEnv(BaseEnv):
|
|||
)
|
||||
server_configs = [
|
||||
APIServerConfig(
|
||||
model_name="Hermes-3-Llama-3.1-405B",
|
||||
base_url="https://inference-api.nousresearch.com/v1",
|
||||
api_key=os.getenv("NOUS_API_KEY"),
|
||||
model_name="gpt-4.1-nano",
|
||||
base_url="https://api.openai.com/v1",
|
||||
api_key=os.getenv("OPENAI_API_KEY"),
|
||||
num_max_requests_at_once=32,
|
||||
num_requests_for_eval=256,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue