From 2d964da4e36b7fa1c685d064f175f2c13fe5abc4 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 30 Mar 2026 13:55:44 +0800 Subject: [PATCH] =?UTF-8?q?Refactor(AI):=E6=9A=82=E6=97=B6=E5=B1=8F?= =?UTF-8?q?=E8=94=BDAI=E5=88=86=E6=9E=90=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/mixins/chatMixins.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aiChat/mixins/chatMixins.js b/aiChat/mixins/chatMixins.js index d8406fe..a8e5ee9 100644 --- a/aiChat/mixins/chatMixins.js +++ b/aiChat/mixins/chatMixins.js @@ -2,7 +2,7 @@ import { getSseConfigV1, getCompletionsV2, deleteChatItemByConversationId, - getAnalyzeKeywordsV1, + // getAnalyzeKeywordsV1, getAnalyzeKeywordsChangeV1 } from '@/api/chat/index' import { VUE_APP_API_URL } from '@/config' @@ -230,6 +230,7 @@ export const chatMixins = { _this.chatErrorSetContent() }) }) + /* getAnalyzeKeywordsV1({ 'chatNumber': _this.chatNumber, conversationId, @@ -256,6 +257,7 @@ export const chatMixins = { console.log(_this.chatMessageList[_this.chatMessageListLength - 1]) } }) + */ } else { _this.chatErrorSetContent() }