EvanZhouDev / bard-ai

A lightweight library to access Google Bard.
https://www.npmjs.com/package/bard-ai
GNU General Public License v3.0
117 stars 31 forks source link

Having issues with getting images #21

Closed 0zul closed 1 year ago

0zul commented 1 year ago

image

As per the screenshot, I'm unable to get response with images but others work perfectly fine.

ThatXliner commented 1 year ago

This has already been fixed in the latest release.

EvanZhouDev commented 1 year ago

bard-ai v1.5.0 :)

nainglynndw commented 1 year ago

url: x[0][5].match(/imgurl=([^&%]+)/)[1], remove that line from index.js and it will work