diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be19f005..11b5d39ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2023-01-10 + +## ChatGPT support + +Thanks to [@bertybuttface](https://github.com/bertybuttface), the playbook can now help you set up [matrix-chatgpt-bot](https://github.com/matrixgpt/matrix-chatgpt-bot) - a bot through which you can talk to the [ChatGPT](https://openai.com/blog/chatgpt/) model. + +See our [Setting up matrix-bot-chatgpt](docs/configuring-playbook-bot-chatgpt.md) documentation to get started. + + # 2022-11-30 ## matrix-postgres-backup has been replaced by the com.devture.ansible.role.postgres_backup external role diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md index 27ff1baeb..f9af7c6bb 100644 --- a/docs/configuring-playbook.md +++ b/docs/configuring-playbook.md @@ -161,7 +161,7 @@ When you're done with all the configuration you'd like to do, continue with [Ins ### Bots -- [Setting up matrix-bot-chatgpt](configuring-playbook-bot-chatgpt.md) - talk to [ChatGPT](https://openai.com/blog/chatgpt/) via your favourite Matrix client (optional) +- [Setting up matrix-bot-chatgpt](configuring-playbook-bot-chatgpt.md) - a bot through which you can talk to the [ChatGPT](https://openai.com/blog/chatgpt/) model(optional) - [Setting up matrix-reminder-bot](configuring-playbook-bot-matrix-reminder-bot.md) - a bot to remind you about stuff (optional)