chatgpt-unlimited

1.0.0 • Public • Published

Generate response to questions using AI Chat.

How To Use

const Chat = require("chatgpt-unlimited");

async function chat (){

const prompt = "Hello! How Are you?";

const response = await Chat.create(prompt);
console.log(response);

};

chat();

/chatgpt-unlimited/

    Package Sidebar

    Install

    npm i chatgpt-unlimited

    Weekly Downloads

    2

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    37.9 kB

    Total Files

    5

    Last publish

    Collaborators

    • ronaldzav