Apply fixes: prompt-array builder, OpenRouter timeout/retry
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
DISCORD_TOKEN=your_discord_bot_token
|
||||
OPENAI_API_KEY=your_openai_api_key
|
||||
OPENAI_MODEL=gpt-4o-mini
|
||||
OPENAI_EMBED_MODEL=text-embedding-3-small
|
||||
# Use OpenRouter by setting USE_OPENROUTER=true and providing OPENROUTER_API_KEY.
|
||||
USE_OPENROUTER=false
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key
|
||||
OPENROUTER_MODEL=meta-llama/llama-3-8b-instruct
|
||||
OPENROUTER_EMBED_MODEL=nvidia/llama-nemotron-embed-vl-1b-v2
|
||||
|
||||
BOT_CHANNEL_ID=
|
||||
CODER_USER_ID=
|
||||
ENABLE_WEB_SEARCH=true
|
||||
|
||||
Reference in New Issue
Block a user