From 4435900585b3973e960bdd4e319eaf02591f6b66 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Sun, 9 Jun 2024 17:53:56 +0100 Subject: [PATCH] Avoid including URLs in responses --- src/cogs/ollama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/ollama.py b/src/cogs/ollama.py index c4e115d..f04f44f 100644 --- a/src/cogs/ollama.py +++ b/src/cogs/ollama.py @@ -1105,7 +1105,7 @@ class Ollama(commands.Cog): " of your previous truth posts, you should generate another one, ready to be posted, " "under 4000 characters. Write only the content to be posted, do not include any pleasantries." " Write using the style of a twitter or facebook post. Do not repeat a previous post or any previous " - "content." + "content. Do not include URLs or links." ) thread_id = self.history.create_thread( ctx.author,