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: