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

Try to fix fs failures #56

Open ThatXliner opened 1 year ago

ThatXliner commented 1 year ago
EvanZhouDev commented 1 year ago

Wait is it done

ThatXliner commented 1 year ago

Wait is it done

No, remember that I’m unable to test. The way to test if this fixes the issue is to attempt to run the code listed in the specified issue within the browser (no bundler; use the script tag)

therealsujitk commented 1 year ago

I tested this with my project, issue still exists. I can help with testing, just let me know when.

ThatXliner commented 1 year ago

I tested this with my project, issue still exists. I can help with testing, just let me know when.

What error did you get this time?

therealsujitk commented 1 year ago

What error did you get this time?

The same one.

Aldhanekaa commented 1 year ago

How about we remove this feature from the library. Though we can already passed image buffer through the ask function argument.

ThatXliner commented 1 year ago

/cc @EvanZhouDev

Yea, especially when the user could have implemented it themself (unsure why the feature was originally implemented).

One thing to note is that removing this feature now is technically a breaking change