Files
my-new-linux-mt5-bot/services/hermes_openrouter_config.yaml
2026-07-11 02:42:55 +08:00

14 lines
308 B
YAML

model:
default: gpt-4o-mini
provider: custom:openai-compatible
custom_providers:
- name: openai-compatible
base_url: ${OPENAI_BASE_URL:-https://api.openai.com/v1}
memory:
enabled: true
path: /root/.hermes/memory
agent:
max_iterations: 50
shell: bash
restart_drain_timeout: 180
version: 23