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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user