initial
This commit is contained in:
12
mindforge.cronjob/.env.example
Normal file
12
mindforge.cronjob/.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
GIT_REPOSITORY=https://git.url/user/repo.git
|
||||
OPENAI_API_KEY=openai_api_key
|
||||
GEMINI_API_KEY=gemini_api_key
|
||||
DISCORD_WEBHOOK_URL=discord_webhook_channel_url
|
||||
|
||||
# LLM provider per agent function ("openai" or "gemini", defaults to "openai")
|
||||
SUMMARY_CREATOR_PROVIDER=gemini
|
||||
SUMMARY_FORMATTER_PROVIDER=openai
|
||||
|
||||
# LLM models
|
||||
GEMINI_MODEL=gemini-3-flash-preview
|
||||
OPENAI_MODEL=gpt-5-mini
|
||||
Reference in New Issue
Block a user