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

image link problem #22

Closed jonvicbarcenas closed 1 year ago

jonvicbarcenas commented 1 year ago

cannot send images

ThatXliner commented 1 year ago

Have you tried the latest version of the library?

jonvicbarcenas commented 1 year ago

Yes, no response from bard api if it contains images

ThatXliner commented 1 year ago

Please give us any error message, code you used, etc. to allow us to reproduce the problem.

0zul commented 1 year ago

@ThatXliner I too am using the latest version still it doesn't work. #21

jonvicbarcenas commented 1 year ago

There is no error message, its just undefined, i copypaste your sample usage.

EvanZhouDev commented 1 year ago

Please show me your input and your output.

If you do not ask for an image, images will be undefined.

jonvicbarcenas commented 1 year ago

if text only it succeeds image

when image like cat image image

nainglynndw commented 1 year ago

https://github.com/EvanZhouDev/bard-ai/issues/21#issuecomment-1627157519

EvanZhouDev commented 1 year ago

It should be fixed again in v1.5.1 Try updating and see if it works.

jonvicbarcenas commented 1 year ago

It workss!! Thankk youu

EvanZhouDev commented 1 year ago

Nice!

jonvicbarcenas commented 1 year ago

One last problem is, its not conversational anymore

EvanZhouDev commented 1 year ago

Are you using Bard.Chat? See documentation for more information. askAI is not supposed to be conversational.