Refactor(云灵AI):以图搜索接口对接
This commit is contained in:
@@ -54,3 +54,8 @@ export function getCompletionsV3(params) {
|
||||
export function getAnalyzeKeywordsChangeV3(data) {
|
||||
return request.post('/v1/chat/goods/refresh', data, { login: true })
|
||||
}
|
||||
|
||||
// 以图搜索商品
|
||||
export function getAnalyzeByImageV3(data) {
|
||||
return request.post('/v1/chat/image/recognition', data, { login: true })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user