mirror of
https://github.com/block/goose.git
synced 2026-06-02 06:19:33 +02:00
6f8ebe74a1
Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
16 lines
552 B
Bash
16 lines
552 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
|