project summaries addition

This commit is contained in:
Storme-bit
2026-04-26 19:11:40 -07:00
parent 6cdee72af2
commit fcaf0e651f

View File

@@ -6,6 +6,7 @@ const {
updateSummary,
} = require('../db/summaries');
const { getProject } = require('../db/projects');
const EXTRACTION_URL = getEnv('EXTRACTION_URL', 'http://localhost:11434');
const EXTRACTION_MODEL = getEnv('EXTRACTION_MODEL', 'qwen2.5:3b');