diff --git a/default-config.yaml b/default-config.yaml index 5ff058b..8c43bdb 100644 --- a/default-config.yaml +++ b/default-config.yaml @@ -1,9 +1,10 @@ # Copy and edit to `config.yaml` agent: - character: hendrik # Directory name in agent/characters// - max_iterations: 30 # step - max_tool_output: 4000 + character : hendrik # Directory name in agent/characters// + 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 @@ -52,8 +53,8 @@ telegram: selective_response: true # true = only response if mentioned/relevant delay: # Humanize Delay (anti-bot detection) - read_min: 1.0 # second - read_max: 2.0 # second - typing_speed: 15.0 # characters per second - typing_max: 10.0 # max typing delay limit per second + read_min : 1.0 # second + read_max : 2.0 # second + typing_speed : 15.0 # character(s) per second + typing_max : 10.0 # max typing delay limit per second