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