diff --git a/src/cogs/ollama.py b/src/cogs/ollama.py index 763024a..0118c1f 100644 --- a/src/cogs/ollama.py +++ b/src/cogs/ollama.py @@ -534,8 +534,9 @@ class Ollama(commands.Cog): if image: if fnmatch(model, "llava:*") is False: - await ctx.respond( - "You can only use images with llava. Switching model to `llava:latest`.", delete_after=5 + await ctx.send( + f"{ctx.user.mention}: You can only use images with llava. Switching model to `llava:latest`.", + delete_after=5 ) model = "llava:latest"