Files
mindforge/mindforge.cronjob/.env.example

9 lines
262 B
Plaintext

GIT_REPOSITORY=https://git.url/user/repo.git
DISCORD_WEBHOOK_URL=discord_webhook_channel_url
# OpenAI-compatible provider (e.g. OpenRouter)
OPENAI_API_URL=https://openrouter.ai/api/v1
OPENAI_TOKEN=your_token_here
OPENAI_MODEL=openai/gpt-5.4-mini
TOP_N_FILES=10