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() }