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"