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.20.5 #115

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

v1.20.0

Features

  • ChatGPTClient: add the ability to limit token usage

Fixes

  • ChatGPTClient: add raw response under details property

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.19.0...v1.20.0

v1.19.0

What's Changed

New Contributors

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

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

... (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 #117.