Files
goose/services/ask-ai-bot/.env.example
T
BestCodes 849cc60fbc feat: ask ai discord bot (#6842)
Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com>
2026-02-02 22:11:28 +00:00

16 lines
616 B
Bash

# From `Bot > Token` | https://discord.com/developers/applications
DISCORD_TOKEN=unset
# From `General Information > App ID` | https://discord.com/developers/applications
DISCORD_APP_ID=unset
# Channel ID where the bot should create threads for questions
QUESTION_CHANNEL_ID=1397240187041349753
# OpenRouter API Key | https://openrouter.ai/settings/keys
OPENROUTER_API_KEY=sk-1234
# AI Model (default: google/gemini-3-flash-preview)
AI_MODEL=google/gemini-3-flash-preview
# Path to documentation directory (default: ./docs in Docker, for local dev use ../../documentation/docs)
DOCS_PATH=../../documentation/docs