A npm package that interacts with chat.openai.com's user api This package is a javascript implemantation of PyChatGPT So you can send your feature requests to PyChatGPT and I will implement them here
src/ # Source files written in TypeScript
- moduleA.ts
- moduleB.ts
- index.ts
lib/ # CommonJS format (`module.exports/require`) JS files
- moduleA.js
- moduleB.js
- index.js
esm/ # ES Modules format (`import/export`) JS files
- moduleA.js
- moduleB.js
- index.js
umd/ # UMD format, bundled JS file
- my-typescript-package.js
$ npm install
$ npm run build # generates `lib`, `esm`, and `umd`