update whisper prompt: add BirdAI stack terms, remove stale ChromaDB

This commit is contained in:
2026-04-29 16:47:30 +00:00
parent d271e17929
commit 794e0aeddd
+6 -3
View File
@@ -61,9 +61,12 @@ PG_DSN = os.getenv("PG_DSN")
def get_pg():
return psycopg2.connect(PG_DSN)
WHISPER_PROMPT = (
"Grasshopper, Rhino, PolyJet, SLA, FDM, DMLS, ChromaDB, "
"HVAMC, FWN3D, Mossygear, Nextcloud, Gitea, computational design, "
"additive manufacturing, parametric, fabrication"
"Grasshopper, Rhino, PolyJet, SLA, FDM, DMLS, "
"HVAMC, FWN3D, Mossygear, Nextcloud, Gitea, "
"computational design, additive manufacturing, fabrication, "
"Graphiti, FalkorDB, pgvector, BirdAI, Active Inference, "
"dreamer, consolidator, Extended Mind, "
"Aaron Nelson, SUNY New Paltz, University of Utah, MDD"
)
whisper_model = None
if HAS_WHISPER: