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):
|
if os.environ.get("DEBUG", None):
|
||||||
log(f"seeking {hotwords} in {text}")
|
log(f"seeking {hotwords} in {text}")
|
||||||
if not hotwords:
|
if not hotwords:
|
||||||
if os.environ.get("HOTWORDS", None):
|
if not os.environ.get("HOTWORDS", None):
|
||||||
print(text)
|
print(text)
|
||||||
else:
|
else:
|
||||||
log(text)
|
log(text)
|
||||||
|
|||||||
Reference in New Issue
Block a user