mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
commented out server
This commit is contained in:
parent
cb08629bcf
commit
98ce4224ff
1 changed files with 7 additions and 7 deletions
|
|
@ -64,13 +64,13 @@ class SingleToolCallingEnv(BaseEnv):
|
|||
num_max_requests_at_once=32,
|
||||
num_requests_for_eval=256,
|
||||
),
|
||||
APIServerConfig(
|
||||
model_name="NousResearch/DeepHermes-3-Llama-3-8B-Preview",
|
||||
base_url="http://localhost:9005/v1",
|
||||
api_key="x",
|
||||
num_max_requests_at_once=32,
|
||||
num_requests_for_eval=256,
|
||||
),
|
||||
# APIServerConfig(
|
||||
# model_name="NousResearch/DeepHermes-3-Llama-3-8B-Preview",
|
||||
# base_url="http://localhost:9005/v1",
|
||||
# api_key="x",
|
||||
# num_max_requests_at_once=32,
|
||||
# num_requests_for_eval=256,
|
||||
# ),
|
||||
]
|
||||
|
||||
return env_config, server_configs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue