Files
intelligence-terminal/.env.example
R4V3N af1131f94f Fix .env.example inline comments breaking Docker env_file
Docker's env_file does not support inline comments — everything after
the = is treated as the value. This caused LLM_MODEL to be set to the
comment text, resulting in Anthropic API 404 errors.

Move all comments to their own lines above each variable and add a
warning about this behavior.
2026-03-15 20:09:10 +01:00

1.5 KiB