hermes-agent/website/docs
Teknium ad06bfccf0
fix: remove dead LLM_MODEL env var — add migration to clear stale .env entries (#6543)
The old setup wizard (pre-March 2026) wrote LLM_MODEL to ~/.hermes/.env
across 12 provider flows. Commit 9302690e removed the writes but never
cleaned up existing .env files, leaving a dead variable that:
- Nothing in the codebase reads (zero os.getenv calls)
- The docs incorrectly claimed the gateway still used as fallback
- Caused user confusion when debugging model resolution issues

Changes:
- config.py: Bump _config_version 12 → 13, add migration to clear
  LLM_MODEL and OPENAI_MODEL from .env (both dead since March 2026)
- environment-variables.md: Remove LLM_MODEL row, fix HERMES_MODEL
  description to stop referencing it
- providers.md: Update deprecation notice from 'deprecated' to 'removed'
2026-04-09 03:56:40 -07:00
..
developer-guide fix(bluebubbles): add missing integration points and documentation (#6460) 2026-04-09 00:19:05 -07:00
getting-started docs: add post-update validation guidance 2026-04-06 21:26:03 -07:00
guides docs: fix 40+ discrepancies between documentation and codebase (#5818) 2026-04-07 10:17:44 -07:00
integrations fix: remove dead LLM_MODEL env var — add migration to clear stale .env entries (#6543) 2026-04-09 03:56:40 -07:00
reference fix: remove dead LLM_MODEL env var — add migration to clear stale .env entries (#6543) 2026-04-09 03:56:40 -07:00
user-guide fix(bluebubbles): add missing integration points and documentation (#6460) 2026-04-09 00:19:05 -07:00
index.md fix(bluebubbles): add missing integration points and documentation (#6460) 2026-04-09 00:19:05 -07:00