Increase max_token_length in TerminalTestEnv to 16000 for enhanced processing capacity
This commit is contained in:
parent
c0494b3558
commit
a478e44585
1 changed files with 1 additions and 1 deletions
|
|
@ -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. "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue