14 lines
308 B
YAML
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 |