mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
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,
|
||||
# Agent settings
|
||||
max_agent_turns=10, # Simple tasks, don't need many turns
|
||||
max_token_length=2048,
|
||||
max_token_length=16000,
|
||||
agent_temperature=1.0,
|
||||
system_prompt=(
|
||||
"You are a helpful assistant with access to a terminal and file tools. "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue