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.16.1 #109

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

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

  • Add Bing client support in the CLI. See the updated settings example file.

Bug Fixes

  • Handle errors from ChatHub gracefully. If ChatHub returns an error, the CLI will display this error.
  • Check if Bing client is authorized before sending messages. If Bing client is not authorized, the CLI will display this error.

PS: Bing helped me write this! :D I talked to it in the CLI app and asked it to write me release notes based on the git log messages I gave to it.

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

v1.14.0 - Reverse Proxy Support

Features

  • add support for using a reverse proxy/private API server, which allows using ChatGPT's raw models directly again (see Using a Reverse Proxy)

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.13.0...v1.14.0

v1.13.0

Features

Full Changelog: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.12.0...v1.13.0

v1.12.0

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