From 3c61ea78c5e29c2507edf4ed5dac256804cb3a43 Mon Sep 17 00:00:00 2001 From: Dustin Date: Sat, 23 Dec 2023 00:04:55 -0500 Subject: [PATCH 1/2] minor help menu fix --- ollamarama.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ollamarama.py b/ollamarama.py index 3481b68..c135e73 100644 --- a/ollamarama.py +++ b/ollamarama.py @@ -420,10 +420,10 @@ Available at https://github.com/h1ddenpr0cess20/ollamarama-matrix .gpersona reset Reset global personality (bot owner only) -.auth +.auth Add an admin (bot owner only) -.deauth +.deauth Remove an admin (bot owner only) ''') From 090870d7b9a7be55d77e58060563eea2f65fc703 Mon Sep 17 00:00:00 2001 From: Dustin Date: Sat, 23 Dec 2023 00:10:03 -0500 Subject: [PATCH 2/2] readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a1701..27c43c3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Ollamarama is an AI chatbot for the [Matrix](https://matrix.org/) chat protocol This is based on my earlier project, [infinigpt-matrix](https://github.com/h1ddenpr0cess20/infinigpt-matrix), which uses OpenAI and costs money to use. -Coming soon for IRC +IRC version available at [ollamarama-irc](https://github.com/h1ddenpr0cess20/ollamarama-irc) + +Terminal-based version at [ollamarama](https://github.com/h1ddenpr0cess20/ollamarama) ## Setup