Skip to content

Releases: transitive-bullshit/chatgpt-api

replace tokenizer with more compatible js-tiktoken

31 May 02:42
Compare
Choose a tag to compare
  • Merge pull request #571 from masterkain/js-tiktoken 729b5a4
  • switch tokenizer implementation with pure js and more compatible js-tiktoken 3ec62b8

Thanks @masterkain and @dqbd πŸ™

v5.2.4...v5.2.5

fix: unofficial api json parsing error

02 May 02:55
Compare
Choose a tag to compare
  • πŸŽ› 996d289
  • fix: unofficial api proxy be less strict with json parsing 0949961
  • Merge pull request #533 from chenweiyi/main 92c0271
  • Merge pull request #534 from Micuks/Add-QQ-Bot-with-Bull-to-Readme a508d27
  • Add QQ Bot with Bull to Readme 6a3c15f
  • add my project, a similar to chatgpt website 8782763

v5.2.3...v5.2.4

Minor update deps and docs

02 May 02:43
Compare
Choose a tag to compare

v5.2.2...v5.2.3

fix apiOrg should be optional

02 Apr 19:37
Compare
Choose a tag to compare

update deps

02 Apr 17:20
Compare
Choose a tag to compare

v5.2.0...v5.2.1

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

02 Apr 17:17
Compare
Choose a tag to compare

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

v5.1.4...v5.2.0

add cli support for model & gpt-4

01 Apr 19:40
Compare
Choose a tag to compare
  • feat: add cli support for model e1d536e
  • Merge pull request #506 from T-Damer/patch-1 0984504
  • Update how to use with commonJS cf29a97

v5.1.3...v5.1.4

Chore: update docs and deps

28 Mar 03:14
Compare
Choose a tag to compare
  • chore: update ts docs 5f239e5
  • feat: update deps 9eac18f
  • Merge pull request #500 from christophebe/main 0655b63
  • Merge branch 'main' into main b4f59cb
  • Merge pull request #498 from Elitezen/main 912ca24
  • Update readme.md c8b7351
  • Merge pull request #496 from zhengxs2018/patch-1 020c21b
  • Merge pull request #494 from formulahendry/patch-1 172c9ff
  • Add new project : Julius GPT 052238f
  • Added discordjs-chatgpt under Projects 34ac224
  • docs: add one WeChat Bot to readme 1505859
  • docs: add one WeChat Bot to readme c869d1f
  • Merge pull request #493 from acheong08/patch-3 9932fca
  • Update endpoint d61ab51
  • Merge pull request #491 from PawanOsman/main 7d9d092
  • Update reverse proxy url and details ff40424
  • Merge pull request #485 from shixin-guo/main 753c61c
  • doc: add a zoom chat based on chatgpt 68cbd04
  • Merge pull request #479 from azoway/main 523d076
  • Update readme.md b574020

v5.1.2...v5.1.3

Update tokenizer to fix some build issues

18 Mar 13:55
Compare
Choose a tag to compare

v5.1.1...v5.1.2

Add support for completionParams to sendMessage

15 Mar 23:02
Compare
Choose a tag to compare