update: 更新配置文件中的服务地址,修改模型管理相关代码,调整数据结构和逻辑,优化模型列表查询和会话模型设置,更新数据库表结构和索引,修改模块名称和依赖版本

This commit is contained in:
2026-05-15 14:56:26 +08:00
parent adf1d0ae6e
commit bac9d7713f
27 changed files with 286 additions and 292 deletions

View File

@@ -3,8 +3,8 @@ package controller
import (
"context"
"model-asynch/model/dto"
"model-asynch/service"
"model-gateway/model/dto"
"model-gateway/service"
)
type stat struct{}