This commit is contained in:
Nexus 2023-11-10 23:57:23 +00:00
parent ddd772cd2a
commit 451e80640e
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -1852,6 +1852,8 @@ class OtherCog(commands.Cog):
await msg.edit(content=f"`{chunk['status']}` - {percent}%") await msg.edit(content=f"`{chunk['status']}` - {percent}%")
else: else:
await msg.edit(content=f"`{chunk['status']}`") await msg.edit(content=f"`{chunk['status']}`")
await msg.edit(content=f"Downloaded model {model}. Re-run please.")
return
elif response.status_code != 200: elif response.status_code != 200:
return await msg.edit(content="Failed to get model: `%s`" % response.text) return await msg.edit(content="Failed to get model: `%s`" % response.text)