update
This commit is contained in:
2026-04-21 19:10:28 +02:00
parent fc38fb2ab6
commit e21c9b736e
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ API_SERVER_KEY=replace-with-a-long-random-secret
# Hermes requires at least 64k context window. # Hermes requires at least 64k context window.
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
HERMES_MODEL_PROVIDER=custom 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 HERMES_MODEL_BASE_URL=https://api.openai.com/v1
# Provider credentials # Provider credentials
@@ -63,7 +63,7 @@ HASS_URL=http://homeassistant.local:8123
# SSH terminal backend # SSH terminal backend
# Hermes will execute terminal commands on the dedicated runner. # 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_USER=hermes
TERMINAL_SSH_PORT=22 TERMINAL_SSH_PORT=22
TERMINAL_SSH_KEY=/root/.ssh/id_ed25519 TERMINAL_SSH_KEY=/root/.ssh/id_ed25519
+2
View File
@@ -0,0 +1,2 @@
TZ=Europe/Berlin
HERMES_DASHBOARD_HOST=hermes.kaleschke.info