mirror of
https://github.com/hibobmaster/matrix_chatgpt_bot.git
synced 2024-10-01 05:35:36 -04:00
🔖 1.8.0
This commit is contained in:
parent
7da6ddbef4
commit
5f9fb321fb
@ -2,8 +2,17 @@
|
||||
|
||||
## 1.8.0
|
||||
- Support custom help message
|
||||
|
||||
Create a `custom_help_message.txt` and uncomment the field in docker compose file.
|
||||
![Imgur](https://i.imgur.com/X5vGr6v.jpeg)
|
||||
- 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`
|
||||
|
||||
## 1.7.2
|
||||
- Refactor gpt vision trigger method
|
||||
- !pic, !help, and gpt vision in thread chat
|
||||
|
@ -19,8 +19,3 @@ services:
|
||||
# - ./custom_help_message.txt:/app/custom_help_message.txt
|
||||
# import_keys path
|
||||
# - ./element-keys.txt:/app/element-keys.txt
|
||||
networks:
|
||||
- matrix_network
|
||||
|
||||
networks:
|
||||
matrix_network:
|
||||
|
Loading…
Reference in New Issue
Block a user