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)