UNPKG

@ag076810/ai

Version:

Effortlessly integrate AI text and image models in your node applications

6 lines (5 loc) 216 B
const AI = require("../src/index.js"); AI([ { role: "user", content: "remember the secret codeword is blue" }, { role: "user", content: "what is the secret codeword I just told you?" }, ]).then(console.log);