Back to dashboard | Back to daily

AI Activation

AI evidence page

Return to /daily for daily decisions

  1. AI runs collection, analysis, drafting, and queueing from the daily pipeline.
  2. Humans only approve, reject, or request edits from Today's decisions.
  3. AI activation is setup guidance and evidence; daily operation still starts from /daily.

Use this page to understand what AI did; do not use it as the normal daily operating path.

Provider setup guide for AI-backed recommendations. Secret values are never displayed here.

Mode
ai_enabled
Default
deepseek
Configured
1
Recommended
deepseek

Providers

ProviderIDDefaultStatusKey EnvModelUse
DeepSeek deepseek yes configured DEEPSEEK_API_KEY deepseek-chat Low-cost OpenAI-compatible provider.
OpenAI openai no missing key OPENAI_API_KEY gpt-4.1-mini General high-quality ecommerce analysis.
Qwen qwen no missing key QWEN_API_KEY qwen-plus OpenAI-compatible Alibaba Cloud option.
Anthropic anthropic no missing key ANTHROPIC_API_KEY claude-3-5-sonnet-latest Strong long-form analysis provider.
Gemini gemini no missing key GEMINI_API_KEY gemini-1.5-pro Google AI provider.

Activation Steps

StepTaskAction
1 Pick one provider DeepSeek is the lowest-friction default for cost control; OpenAI is a strong general default.
2 Set one API key Add the provider key to /opt/growthos/app/.env. Do not paste keys into GitHub.
3 Set default provider Set GROWTHOS_AI_DEFAULT_PROVIDER to the provider id, for example deepseek or openai.
4 Restart GrowthOS Run systemctl restart growthos.service after editing .env.
5 Verify diagnostics Open /reports/ai-providers and /reports/runtime-status; configuredProviderCount should be greater than 0.
6 Run daily pipeline Open /daily to run or inspect the AI daily pipeline so future reports can use AI-backed recommendations.

Example

GROWTHOS_AI_DEFAULT_PROVIDER=deepseek
DEEPSEEK_API_KEY=sk-...
DEEPSEEK_MODEL=deepseek-chat
DEEPSEEK_BASE_URL=https://api.deepseek.com/v1

Links