Node-chatgpt-api

Latest version: v1.0.1

Safety actively analyzes 622344 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.33.0

What's Changed

Fixes
- Fixed issue with Bing AI not using user's language in jailbreak mode by today- in [229](https://github.com/waylaidwanderer/node-chatgpt-api/pull/229)
- Fixed WebSocket connection error events not being caught in Bing by ropoctl in [240](https://github.com/waylaidwanderer/node-chatgpt-api/pull/240)
- Checked if IP is blocked by Bing by likev and added a workaround for request being blocked due to geolocation in [244](https://github.com/waylaidwanderer/node-chatgpt-api/pull/244) and [#230](https://github.com/waylaidwanderer/node-chatgpt-api/issues/230), respectively
- Handle eventMessage is null in Bing before setting properties in [247](https://github.com/waylaidwanderer/node-chatgpt-api/pull/247)

Build
- Bumped ora from 6.2.0 to 6.3.0 by dependabot in [237](https://github.com/waylaidwanderer/node-chatgpt-api/pull/237)

Docs
- Added ChatGPTBox to Projects in README by josStorer in [243](https://github.com/waylaidwanderer/node-chatgpt-api/pull/243)

Features
- Put the conversation in "document summary" context in Bing by InterestingDarkness in [246](https://github.com/waylaidwanderer/node-chatgpt-api/pull/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](https://github.com/waylaidwanderer/node-chatgpt-api/pull/229)
- ropoctl made their first contribution in [240](https://github.com/waylaidwanderer/node-chatgpt-api/pull/240)
- josStorer made their first contribution in [243](https://github.com/waylaidwanderer/node-chatgpt-api/pull/243)

**Full Changelog**: [v1.32.0...v1.33.0](https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.32.0...v1.33.0)

1.32.0

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
* build(deps): bump dqbd/tiktoken from 0.4.0 to 1.0.2 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/200
* fix(bing): improve error handling by likev in https://github.com/waylaidwanderer/node-chatgpt-api/pull/198
* feat(bing): add systemMessage by Erisfiregamer1 in https://github.com/waylaidwanderer/node-chatgpt-api/pull/199
* build(deps): bump ora from 6.1.2 to 6.2.0 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/218
* build(deps): bump inquirer from 9.1.4 to 9.1.5 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/219
* build(deps): bump fastify from 4.14.1 to 4.15.0 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/220
* feat(bing): add support for context message (+ demo) and fast "Balanced" mode by dene- in https://github.com/waylaidwanderer/node-chatgpt-api/pull/216
* feat(bing): Re-enable support for system messages by InterestingDarkness in https://github.com/waylaidwanderer/node-chatgpt-api/pull/214

New Contributors
* Erisfiregamer1 made their first contribution in https://github.com/waylaidwanderer/node-chatgpt-api/pull/199
* dene- made their first contribution in https://github.com/waylaidwanderer/node-chatgpt-api/pull/216
* InterestingDarkness made their first contribution in https://github.com/waylaidwanderer/node-chatgpt-api/pull/214

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

1.31.0

What's Changed
* docs(readme): add halbot by Leask in https://github.com/waylaidwanderer/node-chatgpt-api/pull/184
* build(deps-dev): bump eslint from 8.35.0 to 8.36.0 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/185
* build(deps): bump undici from 5.20.0 to 5.21.0 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/186
* build(deps): bump fastify/cors from 8.2.0 to 8.2.1 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/188
* feat(bing): jailbreak redux by waylaidwanderer in https://github.com/waylaidwanderer/node-chatgpt-api/pull/204

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
* Leask made their first contribution in https://github.com/waylaidwanderer/node-chatgpt-api/pull/184

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

1.29.0

What's Changed
* fix(server): jailbreak conversation cache fix by TNTcraftHIM in https://github.com/waylaidwanderer/node-chatgpt-api/pull/175
* build(deps): bump ws from 8.12.1 to 8.13.0 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/179
* feat(readme): Add my webapp client program in project list. by walkthunder in https://github.com/waylaidwanderer/node-chatgpt-api/pull/182
* feat(client): add the ablity to generate titles for conversations by waylaidwanderer in https://github.com/waylaidwanderer/node-chatgpt-api/pull/183
* fix(client): also include parentMessageId in responses if available

New Contributors
* TNTcraftHIM made their first contribution in https://github.com/waylaidwanderer/node-chatgpt-api/pull/175
* walkthunder made their first contribution in https://github.com/waylaidwanderer/node-chatgpt-api/pull/182

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

1.28.0

Features
* feat: per-message client options by waylaidwanderer in https://github.com/waylaidwanderer/node-chatgpt-api/pull/173

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

1.27.0

Features
* Sydney https://github.com/waylaidwanderer/node-chatgpt-api/pull/132

Other
* build(deps): bump fastify from 4.14.0 to 4.14.1 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/169

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

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.