Fix that shit

This commit is contained in:
Nexus 2023-11-11 19:32:17 +00:00
parent 269ddb9218
commit 5c3e18a3d8
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -1850,7 +1850,7 @@ class OtherCog(commands.Cog):
if not await self.bot.is_owner(ctx.author):
if not model.startswith("orca-mini"):
await ctx.reply(":warning: You can only use `orca-mini` models.", delete_after=30)
model = "orca-mini:latest"
model = "orca-mini"
if query.startswith("server:"):
host, query = query.split(" ", 1)