Files
Nova/.env.example
2026-03-01 20:41:51 +01:00

17 lines
523 B
Plaintext

DISCORD_TOKEN=your_discord_bot_token
# 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 the optional local web dashboard (defaults to false)
ENABLE_DASHBOARD=false
# port for the dashboard if enabled
DASHBOARD_PORT=3000
ENABLE_WEB_SEARCH=true
OPENAI_API_KEY=your_openai_api_key