From 794e0aeddd7683b5ece9df5a89bde9b8ba44e68c Mon Sep 17 00:00:00 2001 From: Aaron Nelson Date: Wed, 29 Apr 2026 16:47:30 +0000 Subject: [PATCH] update whisper prompt: add BirdAI stack terms, remove stale ChromaDB --- scripts/api.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/api.py b/scripts/api.py index 3947093..10a76a8 100644 --- a/scripts/api.py +++ b/scripts/api.py @@ -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: