UNPKG

@ag076810/ai

Version:

Effortlessly integrate AI text and image models in your node applications

3 lines (2 loc) 107 B
const AI = require("../src/index.js"); AI("return x=1 in JSON", { parser: JSON.parse }).then(console.log);