Skip to content

Releases: transitive-bullshit/agentic

Update auto-gen docs

19 Feb 08:52
Compare
Choose a tag to compare

Add ChatGPTUnofficialProxyAPI to use the real ChatGPT again 💪

19 Feb 08:18
Compare
Choose a tag to compare

We now provide three ways of accessing the unofficial ChatGPT API, all of which have tradeoffs:

Method Free? Robust? Quality?
ChatGPTAPI ❌ No ✅ Yes ☑️ Mimics ChatGPT
ChatGPTUnofficialProxyAPI ✅ Yes ☑️ Maybe ✅ Real ChatGPT
ChatGPAPIBrowser (v3) ✅ Yes ❌ No ✅ Real ChatGPT

Note: I recommend that you use either ChatGPTAPI or ChatGPTUnofficialProxyAPI.

  1. ChatGPTAPI - Uses text-davinci-003 to mimic ChatGPT via the official OpenAI completions API (most robust approach, but it's not free and doesn't use a model fine-tuned for chat)
  2. ChatGPTUnofficialProxyAPI - Uses an unofficial proxy server to access ChatGPT's backend API in a way that circumvents Cloudflare (uses the real ChatGPT and is pretty lightweight, but relies on a third-party server and is rate-limited)
  3. ChatGPTAPIBrowser - (v3.5.1 of this package) Uses Puppeteer to access the official ChatGPT webapp (uses the real ChatGPT, but very flaky, heavyweight, and error prone)

v4.4.1...v4.5.0

Remove extra console messages

15 Feb 23:01
Compare
Choose a tag to compare

v4.4.0...v4.4.1

Add ability to override global fetch

14 Feb 06:30
Compare
Choose a tag to compare
  • feat: add ability to override global "fetch" 1bffd5e

v4.3.3...v4.4.0

Remove reverse proxy URL from demo

14 Feb 06:19
Compare
Choose a tag to compare

v4.3.2...v4.3.3

Improve apiReverseProxyUrl error message detail

13 Feb 06:42
Compare
Choose a tag to compare

v4.3.1...v4.3.2

Add support for apiReverseProxyUrl

13 Feb 06:21
Compare
Choose a tag to compare

See demos/demo-reverse-proxy.ts for an example.

1777c45

Switch back to text-davinci-003 after OpenAI disabled the previous model

07 Feb 22:04
Compare
Choose a tag to compare

Add fix for fetchSSE promise rejection

07 Feb 09:47
Compare
Choose a tag to compare
  • fix: add catch for fetchSSE promise rejection 78bd4ff

v4.1.2...v4.1.3

Minor fixes and doc updates

07 Feb 01:16
Compare
Choose a tag to compare
  • chore: update ts docs ed59af3
  • Merge pull request #307 from mvtavares/add_isomorphic_fetch_readme aefae23
  • Merge pull request #306 from pacholoamit/readme 88a7e22
  • Update readme.md e8748fe
  • Merge pull request #305 from MarkusGalant/patch-1 34abda1
  • Merge pull request #299 from Cadienvan/patch-1 7c8bc53
  • chore: including isomorphic-fetch 1aaf4d3
  • Add project to readme 727b46a
  • Add Slack Bot #4 project to readme.md 6167365
  • Merge pull request #301 from sebas00/sebas00-patch-1 ba0970d
  • Update readme.md 2e9f3c2
  • Add clippyJS bot to readme 8287ffa
  • chore: fixing param stop being array instead of string 47e26cc
  • chore: moving from im_end to completion params 329e076
  • Merge pull request #293 from NessunKim/patch-1 d8072bb
  • docs: add NessunKim/slack-chatgpt to README 41eeeb5

v4.1.1...v4.1.2