runs - review pending

This commit is contained in:
2026-01-27 13:58:54 -05:00
parent c85b877dc0
commit 7d60504e1d
10 changed files with 779 additions and 110 deletions

9
.env
View File

@@ -8,7 +8,14 @@ REDIS_URL=redis://redis:6379
MEILISEARCH_URL=http://meilisearch:7700
MEILISEARCH_API_KEY=your_secure_master_key_here
# OpenAI
# AI Provider Configuration
# Option 1: Ollama (Local LLM - DEFAULT, no API costs!)
USE_OLLAMA=true
OLLAMA_URL=http://ollama:11434
OLLAMA_MODEL=gpt-oss:latest
# Option 2: OpenAI (Cloud - optional fallback)
# Set these if you want OpenAI as fallback when Ollama is unavailable
OPENAI_API_KEY=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
OPENAI_MODEL=gpt-4o-mini