0.0.2 • Published 3 years ago

chatgpt-user v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ChatGPt-self

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

File Structure

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

How to Develop

$ npm install
$ npm run build # generates `lib`, `esm`, and `umd`
0.0.2

3 years ago

0.0.1

3 years ago