gushoubang 9 月之前
父節點
當前提交
c1a23a36f7
共有 2 個文件被更改,包括 13 次插入2 次删除
  1. 3 2
      app.py
  2. 10 0
      ceshi.py

+ 3 - 2
app.py

@@ -63,7 +63,7 @@ def inputMsg():
 
     try:
         res = ollama.generate(
-            model="qwen2:7b",
+            model="qwen2:72b",
             stream=False,
             prompt=prompt,
             options={"temperature": 0},
@@ -95,4 +95,5 @@ def getFactorByName(name):
 
 # getFactorByName("幼儿园服务半径")
 if __name__ == '__main__':
-    app.run()
+    # app.run()
+    app.run(host='0.0.0.0')

File diff suppressed because it is too large
+ 10 - 0
ceshi.py


Some files were not shown because too many files changed in this diff