Update default config

This commit is contained in:
Dita Aji Pratama 2026-08-01 12:06:31 +07:00
parent 90798c6a38
commit 27cb3d707a

View File

@ -2,10 +2,13 @@
agent: agent:
character : hendrik # Directory name in agent/characters/<character>/ character : hendrik # Directory name in agent/characters/<character>/
max_iterations : 30 # step(s) max_iterations : 40 # step(s)
max_history_chat : 0 # message(s) - 0 for unlimited (Dead Config) 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) max_tool_output : 0 # character(s) - 0 for unlimited (Connected to AGENT_MAX_TOOL_OUTPUT but Dead Config)
user:
id: # Fill your user UUID here
llm: llm:
timeout: 3000 # second timeout: 3000 # second
providers: providers:
@ -23,16 +26,31 @@ llm:
base_url : "https://ollama.com/v1" base_url : "https://ollama.com/v1"
api_key : "" api_key : ""
models : models :
- name : "ministral-3:14b-cloud"
- name : "gemma4:31b-cloud" - name : "gemma4:31b-cloud"
default : true default : true
- name : "ministral-3:14b-cloud"
- name : "OpenRouter" - name : "OpenRouter"
base_url : "https://openrouter.ai/api/v1" base_url : "https://openrouter.ai/api/v1"
api_key : "" api_key : ""
models : models :
- name : "moonshotai/kimi-k3"
- name : "openrouter/owl-alpha" - name : "openrouter/owl-alpha"
- name : "nex-agi/nex-n2-pro:free" - name : "nex-agi/nex-n2-pro:free"
- name : "z-ai/glm-5" - name : "z-ai/glm-5"
- name : "z-ai/glm-4.7"
imagegen:
providers:
- name : "OpenRouter Image Gen"
base_url : "https://openrouter.ai/api/v1"
api_key : ""
models :
- name : "bytedance-seed/seedream-4.5"
default : true
- name : "google/gemini-3.1-flash-image"
- name : "google/gemini-3-pro-image"
- name : "openai/gpt-5.4-image-2"
- name : "x-ai/grok-imagine-image-quality"
ragroleplay: ragroleplay:
db_path : "~/.config/hendrik/ragroleplay" db_path : "~/.config/hendrik/ragroleplay"
@ -63,5 +81,3 @@ delay: # Humanize Delay (anti-bot detection)
typing_speed : 15.0 # character(s) per second typing_speed : 15.0 # character(s) per second
typing_max : 10.0 # max typing delay limit per second typing_max : 10.0 # max typing delay limit per second
user:
id: # Fill your user UUID here