entreds
entreds9mo ago

npm install @google/generative-ai

Hey, I want to use the Google AI Generative Model. Is there a way to install the package @google/generative-ai? Thank you
3 Replies
Gaurav Chadha
Gaurav Chadha9mo ago
Yes, you can import any npm package using Named import, use the AI Node generator to create a node with a complete logic for you. the best way to generate a node with AI is using a prompt like this.. 1. input, 2. output, and 3. docs API code.
Gaurav Chadha
Gaurav Chadha9mo ago
AI Generated Nodes – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
entreds
entreds9mo ago
💪 thank you, Gaurav