high runtime big model is super nice
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user