github transitive-bullshit/agentic v4.1.0
Replace chat model with text-davinci-003 for now

latest releases: 7.0.0, @agentic/wolfram-alpha@7.0.0, @agentic/wikipedia@7.0.0...
19 months ago

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

Don't miss a new agentic release

NewReleases is sending notifications on new releases.