Merge pull request #9 from transitive-bullshit/feat/use-unofficial-rest-api
Showing
.env.example
0 → 100644
media/demo.gif
0 → 100644
143 KB
media/demo.tape
0 → 100644
media/session-token.png
0 → 100644
207 KB
| { | ||
| "name": "chatgpt", | ||
| "version": "0.4.2", | ||
| "description": "Node.js wrapper around ChatGPT. Uses headless Chrome until the official API is released.", | ||
| "description": "Node.js client for the unofficial ChatGPT API.", | ||
| "author": "Travis Fischer <travis@transitivebullsh.it>", | ||
| "repository": "transitive-bullshit/chatgpt-api", | ||
| "license": "MIT", | ||
| ... | ... | @@ -34,14 +34,19 @@ |
| "test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check" | ||
| }, | ||
| "dependencies": { | ||
| "html-to-md": "npm:@fisch0920/html-to-md@^0.8.1", | ||
| "playwright": "^1.28.1" | ||
| "eventsource-parser": "^0.0.5", | ||
| "expiry-map": "^2.0.0", | ||
| "node-fetch": "^3.3.0", | ||
| "remark": "^14.0.2", | ||
| "strip-markdown": "^5.0.0", | ||
| "uuid": "^9.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@trivago/prettier-plugin-sort-imports": "^4.0.0", | ||
| "@types/node": "^18.11.9", | ||
| "@types/uuid": "^9.0.0", | ||
| "del-cli": "^5.0.0", | ||
| "delay": "^5.0.0", | ||
| "dotenv-safe": "^8.2.0", | ||
| "husky": "^8.0.2", | ||
| "lint-staged": "^13.0.3", | ||
| "npm-run-all": "^4.1.5", | ||
| ... | ... |
This diff is collapsed.
This diff is collapsed.
src/utils.ts
0 → 100644