v1.22.0
Features
- official ChatGPT API support by @waylaidwanderer in #137
- to use it, set
modelOptions.model
togpt-3.5-turbo
, andChatGPTClient
will handle the rest - you can still set
userLabel
,chatGptLabel
andpromptPrefix
(system instructions) as usual
- to use it, set
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