From 6564d4d1587f6526dc453a9d42f40a8de608f3eb Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Fri, 9 Aug 2024 01:01:07 -0400 Subject: [PATCH] ChatGPT: Update default model config You should also update if you haven't already: @config plugins.chatgpt.model gpt-4o-mini --- ChatGPT/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatGPT/config.py b/ChatGPT/config.py index b1927e2..d46cb6f 100644 --- a/ChatGPT/config.py +++ b/ChatGPT/config.py @@ -81,7 +81,7 @@ conf.registerChannelValue( ChatGPT, "model", registry.String( - "gpt-3.5-turbo", + "gpt-4o-mini", _( """ OpenAI endpoint model, default: "gpt-3.5-turbo"