Skip to content

Commit

Permalink
chore: art provider updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero6992 committed May 30, 2024
1 parent e178802 commit cd3b8c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd3b8c2

Please sign in to comment.