@@ -47,7 +47,7 @@ export class AIController<ResponseWrapper> implements IController {
|
||||
}
|
||||
|
||||
async generateSummary(articleId: string, lang = 'zh-CN', token = '') {
|
||||
return this.proxy('generate-summary').post<AISummaryModel>({
|
||||
return this.proxy.summaries.generate.post<AISummaryModel>({
|
||||
params: {
|
||||
token,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user