1.0.0 • Published 7 months ago

chatgpt-unlimited v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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();
1.0.0

7 months ago