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