Node Chatgpt Api Versions Save

A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.

v1.37.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.36.0...v1.37.0

v1.36.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.35.0...v1.36.0

v1.35.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.33.0...v1.35.0

v1.33.0

1 year ago

What's Changed

Fixes

  • Fixed issue with Bing AI not using user's language in jailbreak mode by @today- in #229
  • Fixed WebSocket connection error events not being caught in Bing by @ropoctl in #240
  • Checked if IP is blocked by Bing by @likev and added a workaround for request being blocked due to geolocation in #244 and #230, respectively
  • Handle eventMessage is null in Bing before setting properties in #247

Build

  • Bumped ora from 6.2.0 to 6.3.0 by @dependabot in #237

Docs

  • Added ChatGPTBox to Projects in README by @josStorer in #243

Features

  • Put the conversation in "document summary" context in Bing by @InterestingDarkness in #246
  • Allow shouldGenerateTitle to be overridden by request in API server

Chore

  • Updated bypass url in chatgpt-browser

New Contributors

  • @today- made their first contribution in #229
  • @ropoctl made their first contribution in #240
  • @josStorer made their first contribution in #243

Full Changelog: v1.32.0...v1.33.0

v1.32.0

1 year ago

TL;DR

  • Bing: re-enabled support for system messages
  • Bing: added support for context message and fast “Balanced” mode
  • Bumped fastify, inquirer and ora dependencies
  • Other minor fixes

What's Changed

New Contributors

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.31.0...v1.32.0

v1.31.0

1 year ago

What's Changed

Other

  • chore(bing): updated headers to match the latest Edge Dev request
  • feat(client): properly support gpt-4 model (skipped GitHub release for this minor version since I felt it wasn't too important)

New Contributors

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.29.0...v1.31.0

v1.29.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.28.0...v1.29.0

v1.28.0

1 year ago

Features

Fixes

  • added ESLint to project and fixed all linting errors

Other

  • added a Projects section to the README where you can add your projects using this library

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.27.0...v1.28.0

v1.26.0

1 year ago

Features

  • Add proxy option and 'Generate title' request by @hyperzlib in https://github.com/waylaidwanderer/node-chatgpt-api/pull/146
  • Updated readme and example settings
  • Set default model to gpt-3.5-turbo
  • Optimized token counting algorithm
  • Fixed various issues with gpt-3.5-turbo jailbreak (prompt prefix, end token, tokenizer, and faux tokens)

New Contributors

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.25.0...v1.26.0