mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 11:04:43 +02:00
16 lines
369 B
YAML
16 lines
369 B
YAML
---
|
|
hermes_user: hermes
|
|
hermes_home: /opt/hermes
|
|
hermes_data_dir: /srv/data/hermes
|
|
|
|
hermes_lm_base_url: "http://127.0.0.1:4000/v1"
|
|
hermes_lm_api_key: "lm-studio"
|
|
hermes_model: "hermes-default"
|
|
hermes_context_length: 65536
|
|
|
|
hermes_gateway_port: 8080
|
|
hermes_gateway_host: "0.0.0.0"
|
|
|
|
# Dashboard web
|
|
hermes_dashboard_port: 9119
|
|
hermes_dashboard_allowed_ip: "192.168.1.10"
|