@@ -2,8 +2,6 @@
# err 0: correct config not found
# err 1: correct DB not found
# -----
-import Stateful
-import datetime, base64, uuid
def Err(errCode, lang='en'):
errText = ""
@@ -101,8 +101,12 @@ class View:
# For ChatGLM3-6B
-class LLMCall():
- pass
+class LLM():
+ def call():
+ pass
+
+ def respond():
if __name__ == "__main__":
@@ -1,5 +1,5 @@
# ----- App Configuration -----
-StrictMode = false
+StrictMode = true
DBType = "sqlite3"
DBPath = "dev.db"