From e5b526a55e7422c2be5844ef9091f55799350704 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 26 Jan 2025 03:08:03 +0900 Subject: [PATCH] Update docs/configuring-playbook-bot-chatgpt.md: add the common description and section "Troubleshooting" Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bot-chatgpt.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bot-chatgpt.md b/docs/configuring-playbook-bot-chatgpt.md index fd5cad0f8..2ddd72bfd 100644 --- a/docs/configuring-playbook-bot-chatgpt.md +++ b/docs/configuring-playbook-bot-chatgpt.md @@ -6,6 +6,8 @@ The playbook can install and configure [matrix-chatgpt-bot](https://github.com/m Talk to [ChatGPT](https://openai.com/blog/chatgpt/) via your favourite Matrix client! +See the project's [documentation](https://github.com/matrixgpt/matrix-chatgpt-bot/blob/main/README.md) to learn what it does and why it might be useful to you. + ## Prerequisites ### Obtain an OpenAI API key @@ -83,4 +85,6 @@ To use the bot, invite it to the room you specified on your `vars.yml` file (`/i After the bot joins the room, you can send a message to it. When you do so, use the prefix if you configured it or mention the bot. -You can also refer to the upstream [documentation](https://github.com/matrixgpt/matrix-chatgpt-bot). +## Troubleshooting + +As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-bot-chatgpt`.