update
update
This commit is contained in:
@@ -24,7 +24,7 @@ API_SERVER_KEY=replace-with-a-long-random-secret
|
||||
# Hermes requires at least 64k context window.
|
||||
# -----------------------------------------------------------------------------
|
||||
HERMES_MODEL_PROVIDER=custom
|
||||
HERMES_MODEL_NAME=your-openai-model-id
|
||||
HERMES_MODEL_NAME=gpt-5.4
|
||||
HERMES_MODEL_BASE_URL=https://api.openai.com/v1
|
||||
|
||||
# Provider credentials
|
||||
@@ -63,7 +63,7 @@ HASS_URL=http://homeassistant.local:8123
|
||||
# SSH terminal backend
|
||||
# Hermes will execute terminal commands on the dedicated runner.
|
||||
# -----------------------------------------------------------------------------
|
||||
TERMINAL_SSH_HOST=192.168.178.250
|
||||
TERMINAL_SSH_HOST=192.168.178.143
|
||||
TERMINAL_SSH_USER=hermes
|
||||
TERMINAL_SSH_PORT=22
|
||||
TERMINAL_SSH_KEY=/root/.ssh/id_ed25519
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
TZ=Europe/Berlin
|
||||
HERMES_DASHBOARD_HOST=hermes.kaleschke.info
|
||||
Reference in New Issue
Block a user