feat: ask ai discord bot (#6842)
Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user