1、删除不再使用的.cursorrules文件
2、更新poetry.lock以反映Poetry版本的变化,添加jieba依赖, 3、重构意图识别逻辑以支持多轮对话,优化槽位填充和意图分类功能,增强代码可读性和维护性。
This commit is contained in:
@@ -26,6 +26,7 @@ gunicorn = "^23.0.0"
|
||||
gevent = "^25.5.1"
|
||||
pymysql = "^1.1.1"
|
||||
sqlalchemy = "^2.0.41"
|
||||
jieba = "^0.42.1"
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user