Refactor(AI):暂时屏蔽AI分析请求
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user