changed change_model
This commit is contained in:
parent
340d277cb5
commit
bfb0749aa0
1 changed files with 2 additions and 2 deletions
|
|
@ -1405,8 +1405,8 @@ async def change_model(ctx, model_choice='0'):
|
|||
await ctx.send(f"Already set to use {model_name}")
|
||||
return
|
||||
else:
|
||||
default = '\n'.join([f"{choice}: {name}" for choice, name in model_choices.items()])
|
||||
output += model_choices
|
||||
output = '\n'.join([f"{choice}: {name}" for choice, name in model_choices.items()])
|
||||
#output += model_choices
|
||||
await ctx.send(output)
|
||||
|
||||
@bot.command(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue