Refactor(AI):暂时屏蔽AI分析请求

This commit is contained in:
lifizer
2026-03-30 13:55:44 +08:00
parent c10a4bb722
commit 2d964da4e3
+3 -1
View File
@@ -2,7 +2,7 @@ import {
getSseConfigV1, getSseConfigV1,
getCompletionsV2, getCompletionsV2,
deleteChatItemByConversationId, deleteChatItemByConversationId,
getAnalyzeKeywordsV1, // getAnalyzeKeywordsV1,
getAnalyzeKeywordsChangeV1 getAnalyzeKeywordsChangeV1
} from '@/api/chat/index' } from '@/api/chat/index'
import { VUE_APP_API_URL } from '@/config' import { VUE_APP_API_URL } from '@/config'
@@ -230,6 +230,7 @@ export const chatMixins = {
_this.chatErrorSetContent() _this.chatErrorSetContent()
}) })
}) })
/*
getAnalyzeKeywordsV1({ getAnalyzeKeywordsV1({
'chatNumber': _this.chatNumber, 'chatNumber': _this.chatNumber,
conversationId, conversationId,
@@ -256,6 +257,7 @@ export const chatMixins = {
console.log(_this.chatMessageList[_this.chatMessageListLength - 1]) console.log(_this.chatMessageList[_this.chatMessageListLength - 1])
} }
}) })
*/
} else { } else {
_this.chatErrorSetContent() _this.chatErrorSetContent()
} }