Releases: transitive-bullshit/agentic
Releases · transitive-bullshit/agentic
Add support for completionParams to sendMessage
Update ChatGPTUnofficialProxyAPI's default proxy
Bug fixes for ChatGPTAPI messages and prompt logic
Huge thanks to @bytemain, @yi-ge, and @kidonng for their PRs 🙏
- chore: simplify some code 874248d
- Merge pull request #457 from bytemain/main 93a5094
- Merge branch 'main' into main a9b0bae
- Merge pull request #459 from yi-ge/main 8b2a7d3
- Merge pull request #460 from kidonng/patch-1 b1d21ba
- Update readme.md 8691389
- docs: fix incomplete text c48fc9b
- to: Allow the user string to be empty to get the remaining information 8f6ee88
- fix: last detail lost b72727d
- fix: count prompt token error d9cdf15
- Merge pull request #447 from maxlibin/main 5e25693
- Add ai itinerary project using chatgpt c2b7a20
Decrease maxModelTokens from 4096 to 4000 to be conservative
- fix: set maxModelTokens to 4000 to be conservative and avoid limits 34727e0
Fix apiKey cli param
Fix typo in system message
Export ChatGPTAPIOptions
- 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
Thanks @NoodleOfDeath 🙏
Update npm description
Fix openai types
Update default model to use non-date version
- feat: switch default model to non-date version 0a70f13