Browse Source

确定了做core的定位

nandHyf 1 year ago
parent
commit
7cf562e98c
2 changed files with 7 additions and 2 deletions
  1. 1 1
      Controller.py
  2. 6 1
      Stateful.py

+ 1 - 1
Controller.py

@@ -64,7 +64,7 @@ class Client():
 
 
     # [todo 4]
-    def start():
+    def start(LLM_server=False):
         # 0. init
         
         # 1. get config

+ 6 - 1
Stateful.py

@@ -1,6 +1,7 @@
 import Alt
 import tomlkit, sqlite3
 
+
 # ----- uid related -----
 
 
@@ -170,7 +171,11 @@ def back():
     pass
 
 
-# ----- interacts(with other .py) -----
+def export():
+    pass
+
+
+# ----- Interactions(with other .py) -----
 def Handler():
     pass