Error: Uncaught (in promise) TypeError: request is not iterable
I’m trying to make a chatbot using Google Gemini AI in NodeJS v.20. I got this error when I try to send a prompt (question) to Gemini AI. I don’t know why it happens.
How to Create an AI Chatbot with Google GEMINI using Node.js?
I am currently working on a project where I need to create an AI chatbot using Google’s GEMINI. I have chosen Node.js as my development environment.