Releases: matrixgpt/matrix-chatgpt-bot
v2.0.0
What's Changed
The main change here is the switch from using ChatGPT via Puppeteer to using it via the API. This is a breaking change which is why we bumped the major version number. Please read the updated README file before upgrading.
A huge thanks to the following 2 contributors:
- Update README.md by @Helikoptermann2 in #71
- Update chatgpt-api to use proper api by @max298 in #78
New Contributors
- @Helikoptermann2 made their first contribution in #71
- @max298 made their first contribution in #78
Full Changelog: v1.4.1...v2.0.0
v1.4.1
v1.4.0
What's Changed
- Add support for configurable context levels. by @bertybuttface in #66
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- Remove MATRIX_THREADS as it is not currently used anywhere in the code @bertybuttface in #61
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
What's Changed
- Descriptions added for all the env variables by @jcromero in #53
- Code refactor by @bertybuttface in #56
- Bump chatgpt from 3.3.13 to 3.5.1 by @dependabot in #58
New Contributors
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- Add MATRIX_PREFIX_DM feature by @bertybuttface in #50
This will let you talk directly to the bot via DM without using a prefix. It defaults to false (no prefix required for DMs).
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Bump chatgpt from 3.3.12 to 3.3.13 by @dependabot in #47
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Update ChatGPT to 3.3.12 to fix issues with ChatGPTs API changing.
Only this version or newer will work.
v1.2.0
Update upstream ChatGPT to 3.3.11
WARNING: due to a change with ChatGPT's API this version and older is no longer working, use v1.2.1 or newer.