mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
✨ feat: 新增实验指令:#ocr 对截图的内容进行总结
This commit is contained in:
parent
3b1dad368e
commit
bf14cb419d
@ -162,7 +162,6 @@ export class tools extends plugin {
|
|||||||
const ocrRst = await Bot.imageOcr(`${defaultPath}/temp.jpg`);
|
const ocrRst = await Bot.imageOcr(`${defaultPath}/temp.jpg`);
|
||||||
const wordList = ocrRst.wordslist;
|
const wordList = ocrRst.wordslist;
|
||||||
let prompt = wordList.map(item => item.words);
|
let prompt = wordList.map(item => item.words);
|
||||||
logger.info(prompt)
|
|
||||||
if (this.openaiAccessToken) {
|
if (this.openaiAccessToken) {
|
||||||
prompt = "Summarize the key points of this article in Chinese and in a list of points. Choose an appropriate emoji for each bullet point. Each bullet point format is [emoji] - [text]." + prompt.join(" ")
|
prompt = "Summarize the key points of this article in Chinese and in a list of points. Choose an appropriate emoji for each bullet point. Each bullet point format is [emoji] - [text]." + prompt.join(" ")
|
||||||
const response = await this.chatGptClient.sendMessage(prompt);
|
const response = await this.chatGptClient.sendMessage(prompt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user