Increase max_token_length in TerminalTestEnv to 16000 for enhanced processing capacity

This commit is contained in:
teknium 2026-02-07 21:11:07 +00:00
parent c0494b3558
commit a478e44585

View file

@ -121,7 +121,7 @@ class TerminalTestEnv(HermesAgentBaseEnv):
distribution=None, distribution=None,
# Agent settings # Agent settings
max_agent_turns=10, # Simple tasks, don't need many turns max_agent_turns=10, # Simple tasks, don't need many turns
max_token_length=2048, max_token_length=16000,
agent_temperature=1.0, agent_temperature=1.0,
system_prompt=( system_prompt=(
"You are a helpful assistant with access to a terminal and file tools. " "You are a helpful assistant with access to a terminal and file tools. "