mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-16 13:23:42 +00:00
feat: 增加联网查询功能
This commit is contained in:
@@ -17,7 +17,6 @@ import org.ruoyi.common.core.exception.base.BaseException;
|
||||
import org.ruoyi.common.mybatis.core.page.PageQuery;
|
||||
import org.ruoyi.common.mybatis.core.page.TableDataInfo;
|
||||
import org.ruoyi.common.satoken.utils.LoginHelper;
|
||||
import org.ruoyi.knowledge.service.EmbeddingService;
|
||||
import org.ruoyi.system.domain.bo.ChatMessageBo;
|
||||
import org.ruoyi.system.domain.request.translation.TranslationRequest;
|
||||
import org.ruoyi.system.domain.vo.ChatMessageVo;
|
||||
@@ -48,7 +47,6 @@ public class ChatController {
|
||||
|
||||
private final IChatMessageService chatMessageService;
|
||||
|
||||
private final EmbeddingService embeddingService;
|
||||
/**
|
||||
* 聊天接口
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user