18 lines
329 B
YAML
18 lines
329 B
YAML
# Gateway environment overlay
|
|
# For messaging platform gateway (Telegram, Discord, etc.)
|
|
model:
|
|
default: qwen3:30b
|
|
provider: custom
|
|
agent:
|
|
max_turns: 30
|
|
verbose: false
|
|
display:
|
|
compact: true
|
|
show_reasoning: false
|
|
streaming: false
|
|
terminal:
|
|
timeout: 120
|
|
memory:
|
|
memory_enabled: true
|
|
user_profile_enabled: true
|