high runtime big model is super nice

This commit is contained in:
bel
2023-03-29 23:09:21 -06:00
parent 35a9f6486b
commit 8cd1c2861f

View File

@@ -218,7 +218,7 @@ class Reactor(threading.Thread):
if os.environ.get("DEBUG", None):
log(f"seeking {hotwords} in {text}")
if not hotwords:
if os.environ.get("HOTWORDS", None):
if not os.environ.get("HOTWORDS", None):
print(text)
else:
log(text)