1.0.1 • Published 1 year ago

aiqid v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

#Install

npm i aiqid

#Usage

CJS const ai = require('aiqid'); const text = ai('prompt'); //Replace 'prompt' text yout want! console.log(text);

MJS import ai from 'aiqid'; // or import { ai } from 'aiqid'; const text = ai('prompt'); //Replace 'prompt' text yout want! console.log(text);

1.0.1

1 year ago

1.0.0

1 year ago