diff --git a/src/cogs/ollama.py b/src/cogs/ollama.py index 183f43b..447d39d 100644 --- a/src/cogs/ollama.py +++ b/src/cogs/ollama.py @@ -955,6 +955,10 @@ class Ollama(commands.Cog): messages = self.history.get_history(thread) embed = discord.Embed(description=">>> ") + embed.add_field( + name="\u200b", + value="[in reply to message from {0.author.display_name}]({0.jump_url})".format(message), + ) await ctx.respond(embed=discord.Embed(description="*waiting...*")) last_edit = time.time() with client.new_chat("orca-mini:3b", messages) as handler: