Preparing for next features
This commit is contained in:
parent
8a001cffa9
commit
f32e2330a7
@ -2,8 +2,9 @@
|
||||
|
||||
agent:
|
||||
character : hendrik # Directory name in agent/characters/<character>/
|
||||
max_iterations: 30 # step
|
||||
max_tool_output: 4000
|
||||
max_iterations : 30 # step(s)
|
||||
max_history_chat : 0 # message(s) - 0 for unlimited (Dead Config)
|
||||
max_tool_output : 0 # character(s) - 0 for unlimited (Connected to AGENT_MAX_TOOL_OUTPUT but Dead Config)
|
||||
|
||||
llm:
|
||||
timeout: 3000 # second
|
||||
@ -54,6 +55,6 @@ telegram:
|
||||
delay: # Humanize Delay (anti-bot detection)
|
||||
read_min : 1.0 # second
|
||||
read_max : 2.0 # second
|
||||
typing_speed: 15.0 # characters per second
|
||||
typing_speed : 15.0 # character(s) per second
|
||||
typing_max : 10.0 # max typing delay limit per second
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user