Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Dec 22, 2024
1 parent 0a276ce commit 229b951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GPT图像解析示例.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const pbottleRPA = require('./pbottleRPA')
//开始RPA操作

let ask = '描述图片中有什么?'
console.log(ask);
console.log(ask,`./input/RPAlogo128.png`);

const start = Date.now()
console.log(pbottleRPA.cloud_GPTV(ask,`./input/RPAlogo128.png`).content)
console.log('图片解析耗时:',Date.now()-start);
console.log('图片解析耗时:(毫秒)',Date.now()-start);

0 comments on commit 229b951

Please sign in to comment.