Browse Source

Merge branch 'feature/deepseek_rag_1.0' into debug

kobe6258 3 tuần trước cách đây
mục cha
commit
1a5e82ef8e
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      controllers/llm/user_chat_controller.go

+ 0 - 3
controllers/llm/user_chat_controller.go

@@ -195,9 +195,6 @@ func (ucCtrl *UserChatController) GetUserChatList() {
 		br.Msg = "获取用户聊天列表失败"
 		br.ErrMsg = "获取用户聊天列表失败,Err:" + err.Error()
 		return
-	}
-	for _, chat := range chatList {
-
 	}
 	data := new(llm_http.UserChatListResp)
 	data.WeekList = make([]llm.UserLlmChatListViewItem, 0)