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():
|
def get_pg():
|
||||||
return psycopg2.connect(PG_DSN)
|
return psycopg2.connect(PG_DSN)
|
||||||
WHISPER_PROMPT = (
|
WHISPER_PROMPT = (
|
||||||
"Grasshopper, Rhino, PolyJet, SLA, FDM, DMLS, ChromaDB, "
|
"Grasshopper, Rhino, PolyJet, SLA, FDM, DMLS, "
|
||||||
"HVAMC, FWN3D, Mossygear, Nextcloud, Gitea, computational design, "
|
"HVAMC, FWN3D, Mossygear, Nextcloud, Gitea, "
|
||||||
"additive manufacturing, parametric, fabrication"
|
"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
|
whisper_model = None
|
||||||
if HAS_WHISPER:
|
if HAS_WHISPER:
|
||||||
|
|||||||
Reference in New Issue
Block a user