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.
1.5 KiB
1.5 KiB