Features
- client(gpt-3.5-turbo): overhauled logic for building the messages payload, which seems more reliable, especially for keeping the AI in character. It also seems to improve coherency and context retention.
- Note: if you started to use `messagesPrefix` introduced in 1.24.0, well, I yeeted it due to the above. Just put your stuff in `promptPrefix` as usual.
Other
* build(deps): bump fastify from 4.13.0 to 4.14.0 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/151
* build(deps): bump boxen from 7.0.1 to 7.0.2 by dependabot in https://github.com/waylaidwanderer/node-chatgpt-api/pull/150
**Full Changelog**: https://github.com/waylaidwanderer/node-chatgpt-api/compare/v1.23.0...v1.25.0