Skip to content

Releases: transitive-bullshit/agentic

Update to official chatgpt model from 2022

03 Feb 05:35
Compare
Choose a tag to compare

Replace chat model with text-davinci-003 for now

02 Feb 20:14
Compare
Choose a tag to compare

Update: the text-chat-davinci-002-20230126 model has been disabled by OpenAI, which is what this library's currently using under the hood.

OpenAI released this model in stealth to YC and select partners last week. It was fine-tuned for chat and used to some extent by ChatGPT itself. After @waylaidwanderer discovered it, we updated this lib to use it.

This is a temporary setback as we look for a workaround. It is very likely that OpenAI partners still have access to a similar model. If you have any info on workarounds, please share them with one of the admins or in #general.

This update replaces the previously leaked model text-chat-davinci-002-20230126 with text-davinci-003, which is pretty much standard GPT-3. It is not fine-tuned for chat, but it should work well enough for the time being to keep your applications working.

NOTE: this model is not free and your OpenAI account will be charged for usage. Double check their pricing to make sure this is okay for your use case.

  • feat: replace chat model with text-davinci-003 as temporary workaround 1c5d0a0
  • Merge pull request #291 from gmpetrov/main 58b9ec0
  • 📄 Added openai-chatgpt to readme 38565d7

v4.0.5...v4.1.0

Fix for completionParams to override model

02 Feb 20:07
Compare
Choose a tag to compare
  • fix: completionParams dc4997d
  • fix: completionParams should be partial optional 82e89b3

v4.0.4...v4.0.5

Fix latest npm release

02 Feb 07:49
Compare
Choose a tag to compare

v4.0.3...v4.0.4

Improve docs and explain some customization options

02 Feb 00:13
Compare
Choose a tag to compare
  • docs: update readme with better explanations 6ca8603
  • feat: add more config params and docs 9d49e78

v4.0.2...v4.0.3

v3 update for browser-based version: use updated model

02 Feb 05:43
Compare
Choose a tag to compare

Fix for conversationId undefined

01 Feb 18:35
Compare
Choose a tag to compare

update readme to clarify new version

01 Feb 13:09
Compare
Choose a tag to compare

MAJOR BREAKING CHANGE: browser ⇒ official API 🔥

01 Feb 11:08
Compare
Choose a tag to compare

This change removes the browser version and all puppeteer logic and replaces it with the official OpenAI API, using a leaked chatgpt model that is likely in preparation for their upcoming API launch.

Additional logic around prompt history and context support was added because we now need to store the message history ourselves.

The net result is that this package is now significantly simpler and more robust.

Huge thanks to @waylaidwanderer for discovering the leaked chatgpt model! 🔥 🔥 🔥

  • Merge pull request #284 from transitive-bullshit/feature/hidden-model-api af1f57f
  • 🐷 67b872b
  • 💍 cd249f9
  • docs: update readme and auto-gen docs 3a0259c
  • feat: add persistence demo and keyv support 531e180
  • feat: MAJOR BREAKING CHANGE; moved from browser to official completion API with unofficial chatgpt model 21dd9d5

v3.5.1...v4.0.0

Add support for premium / pro / paid accounts

22 Jan 07:53
Compare
Choose a tag to compare

Just set the isProAccount option in ChatGPTAPIBrowser constructor.

  • chore: update ts docs 9ee7746
  • fix; isProAccount should be optional 83bb9cf
  • Merge pull request #276 from PawanOsman/main 0e28a2b
  • Support for Pro Accounts ba71198
  • Merge pull request #274 from TheBrokenRail/patch-1 54a08a5
  • Update readme.md 97cd50a
  • Add ShakespeareBot to the project list 25997bc

v3.5.0...v3.5.1