UNPKG

@ag076810/ai

Version:

Effortlessly integrate AI text and image models in your node applications

3 lines (2 loc) 131 B
const AI = require("../src/index.js"); AI("return a tiny random JSON object", { parser: AI.parseJSONFromText }).then(console.log);