high runtime big model is super nice
parent
35a9f6486b
commit
8cd1c2861f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue