development #1

Merged
AllfatherHatt merged 157 commits from development into master 2025-06-14 15:47:26 +02:00
Showing only changes of commit 1c00b81d9a - Show all commits

View File

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