mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
✨ feat: 添加 ArXiv论文 分享总结
This commit is contained in:
parent
482aa29b00
commit
55c4f953d5
@ -1569,8 +1569,8 @@ export class tools extends plugin {
|
||||
.build();
|
||||
e.reply(`识别:${name},正在为您总结,请稍等...`);
|
||||
const { ans: kimiAns, model } = await builder.kimi(summaryLink);
|
||||
// const Msg = await this.makeForwardMsg(e, [`「R插件 x ${ model }」联合为您总结内容:`,kimiAns]);
|
||||
await e.reply(`「R插件 x ${ model }」联合为您总结内容:${kimiAns}`);
|
||||
const Msg = await this.makeForwardMsg(e, [`「R插件 x ${ model }」联合为您总结内容:`,kimiAns]);
|
||||
await e.reply(Msg);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user