From cbccfaa2b39d5cd18dbe198ebf0b5b446a1f518a Mon Sep 17 00:00:00 2001 From: elegiggle Date: Tue, 19 Mar 2024 03:05:05 +0100 Subject: [PATCH] Update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a06596..7b7e2c8 100644 --- a/README.md +++ b/README.md @@ -85,14 +85,15 @@ docker run -d --name chatbotclaude \ While the chatbot works great for me, there might still be some bugs lurking inside. I have done my best to address them, but if you encounter any issues, please let me know! -## Future Plans - -I plan to create a similar project for integration with ChatGPT in the future. - ## Monkey Patch Please note that the monkey patch in the code is necessary due to some SSL errors that occur because of a mistake within the `mattermostdriver` library. The patch ensures that the chatbot can establish a secure connection with the Mattermost server. +## Related Projects + +[OpenAI ChatGPT Bot](https://github.com/Elehiggle/ChatGPTMattermostChatbot) + + ## Contributing Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.