Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Releases: matrixgpt/matrix-chatgpt-bot

v2.0.0

03 Feb 15:10
b014d62
Compare
Choose a tag to compare

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:

New Contributors

Full Changelog: v1.4.1...v2.0.0

v1.4.1

27 Jan 18:25
2a5845c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

27 Jan 17:24
1852f39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2

25 Jan 00:59
Compare
Choose a tag to compare

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

24 Jan 17:23
799760e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

24 Jan 17:20
de452be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

12 Jan 01:11
2eccbf6
Compare
Choose a tag to compare

What's Changed

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

11 Jan 16:08
f3ee5ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

10 Jan 14:06
ab1e04b
Compare
Choose a tag to compare

Update ChatGPT to 3.3.12 to fix issues with ChatGPTs API changing.

Only this version or newer will work.

v1.2.0

10 Jan 13:27
96be498
Compare
Choose a tag to compare

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.