Update default config
This commit is contained in:
parent
90798c6a38
commit
27cb3d707a
@ -2,10 +2,13 @@
|
||||
|
||||
agent:
|
||||
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_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:
|
||||
timeout: 3000 # second
|
||||
providers:
|
||||
@ -23,16 +26,31 @@ llm:
|
||||
base_url : "https://ollama.com/v1"
|
||||
api_key : ""
|
||||
models :
|
||||
- name : "ministral-3:14b-cloud"
|
||||
- name : "gemma4:31b-cloud"
|
||||
default : true
|
||||
- name : "ministral-3:14b-cloud"
|
||||
- name : "OpenRouter"
|
||||
base_url : "https://openrouter.ai/api/v1"
|
||||
api_key : ""
|
||||
models :
|
||||
- name : "moonshotai/kimi-k3"
|
||||
- name : "openrouter/owl-alpha"
|
||||
- name : "nex-agi/nex-n2-pro:free"
|
||||
- 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:
|
||||
db_path : "~/.config/hendrik/ragroleplay"
|
||||
@ -63,5 +81,3 @@ delay: # Humanize Delay (anti-bot detection)
|
||||
typing_speed : 15.0 # character(s) per second
|
||||
typing_max : 10.0 # max typing delay limit per second
|
||||
|
||||
user:
|
||||
id: # Fill your user UUID here
|
||||
|
||||
Loading…
Reference in New Issue
Block a user