You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am getting a ReferenceError: fetch is not defined,
when trying to initialize Bard with Bard.init("KEY"), I am calling the init function on a express js app route, am I doing a mistake?
The text was updated successfully, but these errors were encountered:
Yeah, fetch is an experimental feature in Node.js (meaning it doesn't exist in some environments with it disabled). With that said, please see https://bard-ai-docs.vercel.app/fetch
Hey, I am getting a ReferenceError: fetch is not defined,
when trying to initialize Bard with Bard.init("KEY"), I am calling the init function on a express js app route, am I doing a mistake?
The text was updated successfully, but these errors were encountered: