Browse Source

保存代码

网友小郑 8 months ago
parent
commit
b90a3dbacf
1 changed files with 3 additions and 2 deletions
  1. 3 2
      app.py

+ 3 - 2
app.py

@@ -22,10 +22,11 @@ def inputMsg():
     print(data['msg'])
 
     msg=data['msg']
+    # 调用大模型解析
+    # 这里调用大模型,并返回解析结果
+
 
 
-    # 调用大模型解析
-    #
 
     print(msg)