diff --git a/.env.example b/.env.example index 4646e3e..2b977f2 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ TELEGRAM_BOT_TOKEN=your_bot_token_here +DISCORD_BOT_TOKEN=your_discord_bot_token_here PYTHONPATH=${workspaceFolder} GITHUB_TOKEN=your_github_personal_access_token_here GITHUB_REPOSITORY=your_github_username_or_organization/your_repo_name @@ -37,4 +38,4 @@ GLHF_CHAT_API_BASE_URL=https://glhf.chat/api/openai/v1 GLHF_CHAT_SMALL_MODEL=meta-llama/Llama-3.3-70B-Instruct GLHF_CHAT_SMALL_MODEL_MAX_TOKENS=1024 GLHF_CHAT_LARGE_MODEL=deepseek-ai/DeepSeek-V3-0324 -GLHF_CHAT_LARGE_MODEL_MAX_TOKENS=1024 \ No newline at end of file +GLHF_CHAT_LARGE_MODEL_MAX_TOKENS=1024