high runtime big model is super nice

master
bel 2023-03-29 23:09:21 -06:00
parent 35a9f6486b
commit 8cd1c2861f
1 changed files with 1 additions and 1 deletions

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)