From 1ed989c9b9b280252816e8c5fd3e252a2fb9506e Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 1 May 2023 15:50:13 +0000 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a1e86..a5e2737 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ probably add more in the future, so the name is a bit misleading. ## Features - AI-generated responses to all messages in a Matrix room (chatbot) - - Currently supports OpenAI (tested with `gpt-3.5-turbo`) + - Currently supports OpenAI (tested with `gpt-3.5-turbo` and `gpt-4`) - AI-generated pictures via the `!gptbot imagine` command - Currently supports OpenAI (DALL-E) - Mathematical calculations via the `!gptbot calculate` command