ChatGPT: Update default model config

You should also update if you haven't already: @config plugins.chatgpt.model gpt-4o-mini
This commit is contained in:
Gordon Shumway 2024-08-09 01:01:07 -04:00 committed by GitHub
parent 75927e79bb
commit 6564d4d158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"