matrixgpt / matrix-chatgpt-bot

Talk to ChatGPT via any Matrix client!
GNU Affero General Public License v3.0
234 stars 63 forks source link

Bump @waylaidwanderer/chatgpt-api from 1.10.5 to 1.17.3 #111

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @waylaidwanderer/chatgpt-api from 1.10.5 to 1.17.3.

Release notes

Sourced from @​waylaidwanderer/chatgpt-api's releases.

v1.17.2

1.17.2

  • Fixed a bug where the Bing cookies value was not used in CLI/server. This should actually resolve #79 this time.

1.17.1

  • Bing: Fixed a bug where the websocket connection was not cleaned up before timing out

1.17.0

  • CLI: added support for resuming existing Bing conversations

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.16.5...v1.17.2

v1.16.5

Features

  • Support setting entire cookie string for Bing chat mode, fixes #79 (necessary for users who have a KievRPSSecAuth cookie)

Bug Fixes

  • Fixed error detection for Bing client messages
  • Throw an error if no message is received in 2 minutes for Bing chat mode

Dependencies

  • Bump ws from 8.12.0 to 8.12.1 (#75)

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.16.0...v1.16.5

v1.16.0

Features

  • cli: CLI now uses Bing's adaptive card's text when rendering the final response (which includes sources)

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.15.3...v1.16.0

v1.15.3

Features

  • demo: Replaced demo with a gif animation
  • readme: Added reverse proxy information to the readme

Fixes

  • client: Resolved the issue of parsing empty data
  • client: Improve response behavior by using the end token instead of the separator token
  • cli: Fixed ChatGPT conversations not being resumable
  • demos: Corrected the package import in the demos

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.15.0...v1.15.3

v1.15.0

This release adds support for Bing client in the CLI and fixes some bugs related to Bing ChatHub.

Features

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #112.