Attempting to switch to the new gpt-4o-mini model

This commit is contained in:
AllfatherHatt 2024-07-19 12:33:45 +02:00
parent 55319ef1fb
commit 1c00b81d9a

View File

@ -16,7 +16,7 @@ class ReginaldCog(commands.Cog):
self.bot = bot self.bot = bot
self.config = Config.get_conf(self, identifier=71717171171717) self.config = Config.get_conf(self, identifier=71717171171717)
default_global = { default_global = {
"openai_model": "gpt-3.5-turbo" "openai_model": "gpt-4o-mini"
} }
default_guild = { default_guild = {
"openai_api_key": None, "openai_api_key": None,