mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-06 16:58:24 +08:00
remove debug cod
This commit is contained in:
parent
ff69cb231a
commit
a3a2500498
@ -51,7 +51,7 @@ func (h *ChatModelHandler) List(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
res := session.Debug().Order("sort_num ASC").Find(&items)
|
||||
res := session.Order("sort_num ASC").Find(&items)
|
||||
if res.Error == nil {
|
||||
for _, item := range items {
|
||||
var cm vo.ChatModel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user