update whisper prompt: add BirdAI stack terms, remove stale ChromaDB
This commit is contained in:
+6
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user