From d19a264263ed0d22a1d3892c3a9dc8fe121ebd7a Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Fri, 9 Jan 2026 14:31:31 +0000 Subject: [PATCH] Add optional Slack and Discord notification configuration to env_example file. --- env_example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/env_example b/env_example index d829a41..2f7d762 100644 --- a/env_example +++ b/env_example @@ -5,3 +5,9 @@ GITHUB_MODELS_ENDPOINT=https://models.github.ai/inference APP_LANG=en # Supported: en, es, fr, nl, pirate WEB_USER=admin WEB_PASSWORD=password +LLM_MODEL=gpt-4o +# Optional Notifications +SLACK_BOT_TOKEN= +SLACK_CHANNEL= +DISCORD_BOT_TOKEN= +DISCORD_CHANNEL_ID=