From 5c3e18a3d8ed46bfd87473dbe84204f2979ba9ad Mon Sep 17 00:00:00 2001 From: nex Date: Sat, 11 Nov 2023 19:32:17 +0000 Subject: [PATCH] Fix that shit --- cogs/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/other.py b/cogs/other.py index 1873626..363ec2c 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -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)