Files
goose/services/ask-ai-bot/.env.example
T

19 lines
664 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
# Anthropic API Key
ANTHROPIC_API_KEY=sk-1234
# AI Model (default: claude-sonnet-4-6)
AI_MODEL=claude-sonnet-4-6
# Path to documentation directory (default: ./docs in Docker, for local dev use ../../documentation/docs)
DOCS_PATH=../../documentation/docs
# Path to codebase root (default: ../.. relative to this service, /app/codebase in Docker)
CODEBASE_PATH=../..