Update sweebot.py

This commit is contained in:
Nova Cat 2025-03-09 20:13:09 -07:00
parent 318e350066
commit 5227e12919

View file

@ -24,6 +24,7 @@ AImodel = environ["AImodel"] if "AImodel" in environ else "llama2"
run = 0
block = 0
parsed = 0
global lastquery
lastquery = "None yet."
# Dashboard thread
from flask import Flask, send_file, abort as abrt, redirect as redir