完善会话管理、模型管理

This commit is contained in:
junleea 2025-03-21 16:32:55 +08:00
parent b67f273352
commit 1a05537b1f
1 changed files with 6 additions and 4 deletions

View File

@ -35,6 +35,8 @@ func main() {
handler.SetUpUserGroup(r) // User
handler.SetUpToolGroup(r) // Tool
handler.SetUpFileGroup(r) // File
handler.SetUpSessionGroup(r) // Session
handler.SetUpModelGroup(r) // Model
defer dao.Close()
defer worker.CloseRedis()
//定时任务