switch Ask AI Discord bot from openrouter to anthropic (#7386)

Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
This commit is contained in:
BestCodes
2026-02-20 09:39:05 -06:00
committed by GitHub
parent 9f4ed85677
commit 6f8ebe74a1
4 changed files with 22 additions and 14 deletions
+4 -4
View File
@@ -6,10 +6,10 @@ 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
# 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