新增对话处理功能,优化意图识别逻辑,添加结果保存至Excel的功能,更新依赖项以支持新的数据库驱动和ORM,重构代码以提高可读性和维护性,删除冗余文件以简化项目结构。

This commit is contained in:
2025-06-10 17:00:40 +08:00
parent ea705756fa
commit 2e91063ad1
11 changed files with 653 additions and 493 deletions
+2
View File
@@ -24,6 +24,8 @@ flask = "^3.1.1"
psycopg2 = "^2.9.10"
gunicorn = "^23.0.0"
gevent = "^25.5.1"
pymysql = "^1.1.1"
sqlalchemy = "^2.0.41"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"