Skip to content

v1.22.0

Compare
Choose a tag to compare
@waylaidwanderer waylaidwanderer released this 01 Mar 22:09
· 282 commits to main since this release

Features

  • official ChatGPT API support by @waylaidwanderer in #137
    • to use it, set modelOptions.model to gpt-3.5-turbo, and ChatGPTClient will handle the rest
    • you can still set userLabel, chatGptLabel and promptPrefix (system instructions) as usual

Patches

  • 1.21.3
    • fix(client): automatically set maxPromptTokens based on maxContextTokens and maxResponseTokens
  • 1.21.2
    • fix(bing): update message options to match payload on website
    • feat: implement ability to abort request in clients
  • 1.21.1
    • docs(readme): add link to web client
    • docs(readme): minor tweaks Joel

Full Changelog: v1.21.0...v1.22.0