chatgpt-app-package
v1.0.0
Published
A package for developing apps using ChatGPT
Downloads
4
Readme
ChatGPT App Package
A package for developing apps using ChatGPT.
Installation
npm install chatgpt-app-package
Usage
const { getChatGPTResponse } = require('chatgpt-app-package');
(async () => {
const response = await getChatGPTResponse('Hello, ChatGPT!');
console.log(response);
})();
License
This project is licensed under the MIT License.