Avoid including URLs in responses
All checks were successful
Build and Publish college-bot-v2 / build_and_publish (push) Successful in 18s

This commit is contained in:
Nexus 2024-06-09 17:53:56 +01:00
parent c1cb8513f4
commit 4435900585

View file

@ -1105,7 +1105,7 @@ class Ollama(commands.Cog):
" of your previous truth posts, you should generate another one, ready to be posted, " " 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." "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 " " 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( thread_id = self.history.create_thread(
ctx.author, ctx.author,