Phase 4: upload, LLM extraction, import review flow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jānis Kacēns
2026-05-11 13:15:04 +03:00
parent e53e7662e9
commit 5199c1fa16
10 changed files with 447 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func Load() *Config {
OpenAIAPIKey: os.Getenv("OPENAI_API_KEY"),
SessionSecret: os.Getenv("SESSION_SECRET"),
DataDir: envOr("DATA_DIR", "./data"),
Port: envOr("PORT", "8080"),
Port: envOr("PORT", "8079"),
LLMModel: envOr("LLM_MODEL", "gpt-4o-mini"),
}
cfg.AdminUsers = parseAdminUsers(os.Getenv("ADMIN_USERS"))