From cd3b8c2766969fdcaaecae73b15f3b20d7b67414 Mon Sep 17 00:00:00 2001 From: Zero6992 Date: Thu, 30 May 2024 15:49:13 +0800 Subject: [PATCH] chore: art provider updated --- src/bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bot.py b/src/bot.py index 20c332d..574440b 100644 --- a/src/bot.py +++ b/src/bot.py @@ -153,8 +153,7 @@ async def help(interaction: discord.Interaction): @app_commands.choices(model=[ app_commands.Choice(name="gemini", value="gemini"), app_commands.Choice(name="openai", value="openai"), - app_commands.Choice(name="bing", value="bing"), - app_commands.Choice(name="you", value="You"), + app_commands.Choice(name="bing", value="BingCreateImages"), ]) async def draw(interaction: discord.Interaction, *, prompt: str, model: app_commands.Choice[str]): if interaction.user == discordClient.user: