Skip to content

Releases: hibobmaster/matrix_chatgpt_bot

v1.8.1: Fix

07 Jul 13:17
f568c0b
Compare
Choose a tag to compare

Fix a runtime error when room_id is empty.

v1.8.0: Custom help message and whitelist room

22 Jun 05:12
5f9fb32
Compare
Choose a tag to compare

By design, the bot will automatically accept any invitation it receives. If a room_id is not set, the bot will work in the room it is in. In the past, only one room_id could be set; with this version, we can add multiple room_ids.

  • Support custom help message
    #51
    Create a custom_help_message.txt and uncomment the field in docker compose file.
    Imgur
  • Support several whitelist room_id
    You can add as many as room_id that you hope the bot works on.
    "room_id": ["!111111:matrix.qqs.tw", "!222222:matrix.qqs.tw"] for config.json
    ROOM_ID="!aaaaaaa:XXX.XXX,!bbbbbb:XXX.XXX" for .env

V1.7.2 More commands in thread chatting

26 Apr 10:17
eead156
Compare
Choose a tag to compare
  • Refactor gpt vision trigger method
  • !pic, !help, and gpt vision in thread chat
  • Add GPT Vision thread level response to context

Breaking

GPT Vision can be triggered when quote a image and mention bot with prompt in room level or quote a image with prompt in thread level.
You can read the document for reference.

Full Changelog: v1.7.1...v1.7.2

v1.7.1 Some improvements

24 Apr 11:06
90a00c9
Compare
Choose a tag to compare
  • Fix official openai image generation(#46)
  • Thread level chatting for Element Android(#47)

Full Changelog: v1.7.0...v1.7.1

v1.7.0: Thread level context

23 Apr 12:27
69ce5b4
Compare
Choose a tag to compare

Feature: room level and thread level context or both #29

Full Changelog: v1.6.0...v1.7.0

v1.6.0: GPT Vision

08 Mar 07:20
3f958da
Compare
Choose a tag to compare

https://github.com/hibobmaster/matrix_chatgpt_bot/blob/main/CHANGELOG.md

Notice: GPT Vision won't work in E2EE room due to how i implement it.

Full Changelog: v1.5.3...v1.6.0

v1.5.3

05 Jan 13:41
8040981
Compare
Choose a tag to compare
  • Make gptbot more compatible by using non-streaming method

v1.5.2

04 Jan 13:36
5fb0715
Compare
Choose a tag to compare

v1.5.1

28 Dec 12:57
711e2d2
Compare
Choose a tag to compare
  • fix: set timeout not work in image generation

v1.5.0

23 Dec 13:20
553a2a5
Compare
Choose a tag to compare