UNPKG

@ag076810/ai

Version:

Effortlessly integrate AI text and image models in your node applications

3 lines (2 loc) 135 B
const AI = require("../src/index.js"); AI("the color of the sky is", { model: "text-davinci-003", temperature: 0 }).then(console.log);