NextGenGk / whatsapp-chatgpt3

ChatGPT + DALL-E + WhatsApp = AI Assistant 🚀
https://nextgengk.github.io/whatsapp-chatgpt3/
MIT License
13 stars 11 forks source link

Bump chatgpt from 5.1.3 to 5.2.2 #24

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps chatgpt from 5.1.3 to 5.2.2.

Release notes

Sourced from chatgpt's releases.

fix apiOrg should be optional

  • fix: apiOrg 8388017

https://github.com/transitive-bullshit/chatgpt-api/compare/v5.2.1...v5.2.2

update deps

  • chore: update deps a720b81

https://github.com/transitive-bullshit/chatgpt-api/compare/v5.2.0...v5.2.1

Bug fixes, support for multiple OpenAI orgs, estimated tokens for streaming

Huge thanks to @​sighingnow @​189 @​zhengxs2018 @​alxmiron and @​T-Damer for their PRs 🙏 💕

  • ♌ 07dcc5d
  • Merge pull request #431 from sighingnow/fix-error-handling c0c2e71
  • 🐁 6c309ce
  • Merge pull request #505 from 189/feat/conversationId 8ad7ba9
  • 🏎 3f5d8e6
  • Merge pull request #504 from 189/fix/defer-save 9bb7da3
  • Merge branch 'main' into fix/defer-save 81caf0b
  • chore: minor fixes 0f966dc
  • Merge pull request #507 from alxmiron/tokenize-response db6e594
  • Merge pull request #511 from zhengxs2018/main 599e197
  • Merge branch 'main' into main c0d79e3
  • Merge pull request #509 from gfl94/patch-1 a3b165f
  • Merge pull request #510 from benjiJanssens/main c5abff2
  • Merge pull request #518 from Jarvan-via/jarvan bc94ed1
  • Update readme.md 59b2077
  • feat: add OpenAI-API-Service for readme afa5aea
  • style: prettier code de78787
  • Update chatgpt-api.ts 79a9d50
  • feat: support multiple organizations 52d3918
  • Added SlackGPT to the README 507a296
  • add a wechat bot with wechaty+chatgpt api 4da3ea6
  • #477 Mark tokens as estimated 7cd6e06
  • #477 Estimate tokens usage with streaming completions dd6b457
  • feat: support conversationID for ChatGPTAPI fa53d86
  • fix: defer saving new message util got response from openAI 44a4a91
  • Handle possible token expired errors 452a61e

https://github.com/transitive-bullshit/chatgpt-api/compare/v5.1.4...v5.2.0

add cli support for model & gpt-4

  • feat: add cli support for model e1d536e
  • Merge pull request #506 from T-Damer/patch-1 0984504
  • Update how to use with commonJS cf29a97

https://github.com/transitive-bullshit/chatgpt-api/compare/v5.1.3...v5.1.4

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)