Add DISCORD_BOT_TOKEN to .env.example for Discord helper support.
This commit is contained in:
+2
-1
@@ -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
|
||||
GLHF_CHAT_LARGE_MODEL_MAX_TOKENS=1024
|
||||
|
||||
Reference in New Issue
Block a user