Results 1 comments of Jan

got same errorw ``` const { GoogleGenerativeAI } = require('@google/generative-ai') const genAI = new GoogleGenerativeAI('XXX') async function run () { const model = genAI.getGenerativeModel({ model: 'gemini-pro'}) const prompt = 'Write...