Skip to content

Releases: transitive-bullshit/agentic

Decrease maxModelTokens from 4096 to 4000 to be conservative

07 Mar 07:47
Compare
Choose a tag to compare
  • fix: set maxModelTokens to 4000 to be conservative and avoid limits 34727e0

v5.0.7...v5.0.8

Fix apiKey cli param

06 Mar 07:19
Compare
Choose a tag to compare

v5.0.6...v5.0.7

Fix typo in system message

03 Mar 23:26
Compare
Choose a tag to compare

Thanks @hyln9

  • Merge pull request #425 from hyln9/patch-1 15cfd10
  • fix: use official system message by default dc8bcde

v5.0.5...v5.0.6

Export ChatGPTAPIOptions

02 Mar 23:26
Compare
Choose a tag to compare
  • chore: update ts docs c87f9c7
  • chore: update ChatGPTAPI constructor init for typedoc 48cb944
  • Merge pull request #422 from NoodleOfDeath/main ad3d1f9
  • feat: switch tokenizer to use cl100k_base encoding for gpt-3.5-turbo model a733b29
  • feat: exports init options for external use 1a0b570

v5.0.4...v5.0.5

Thanks @NoodleOfDeath 🙏

Update npm description

02 Mar 05:45
Compare
Choose a tag to compare

Fix openai types

02 Mar 05:33
Compare
Choose a tag to compare

v5.0.2...v5.0.3

Update default model to use non-date version

02 Mar 05:25
Compare
Choose a tag to compare
  • feat: switch default model to non-date version 0a70f13

v5.0.1...v5.0.2

Fix CLI streaming bug

02 Mar 03:50
Compare
Choose a tag to compare
  • fix: cli streaming issue 6e256e9
  • 🍚 26a16fb
  • Merge pull request #407 from youngle316/add-nextjschatgpt ffb31ac
  • Merge branch 'main' into add-nextjschatgpt 6f08ece
  • Update readme.md 2842a55
  • Merge pull request #406 from insulineru/add-aicommits 62f267c
  • 👄 bdda9a4
  • docs: add NextJS chatgpt to README.md 0aa6f37
  • chore: add ai-commit library to projects 5d62fe2

v5.0.0...v5.0.1

Switch to official chat completions API 🔥

02 Mar 02:59
Compare
Choose a tag to compare

The official OpenAI chat completions API has been released, and it is now the default for this package! 🔥

Method Free? Robust? Quality?
ChatGPTAPI ❌ No ✅ Yes ✅️ Real ChatGPT models
ChatGPTUnofficialProxyAPI ✅ Yes ☑️ Maybe ✅ Real ChatGPT

Note: We strongly recommend using ChatGPTAPI since it uses the officially supported API from OpenAI. We may remove support for ChatGPTUnofficialProxyAPI in a future release.

  1. ChatGPTAPI - Uses the gpt-3.5-turbo-0301 model with the official OpenAI chat completions API (official, robust approach, but it's not free)
  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)

v4.8.3...v5.0.0

Fix ChatGPTAPI tokenizer bug

01 Mar 02:46
Compare
Choose a tag to compare

v4.8.2...v4.8.3