pimp the prompt
All checks were successful
Build and Publish college-bot-v2 / build_and_publish (push) Successful in 17s

This commit is contained in:
Nexus 2024-06-09 23:11:17 +01:00
parent de27d42a2b
commit 45aaa5b6df

View file

@ -1206,6 +1206,8 @@ class Ollama(commands.Cog):
This command may take a long time.
"""
if question:
question = f"@{ctx.author.display_name} asks: {question!r}"
async with ctx.channel.typing():
await self.generate_truth(ctx, "trump", latest, question=question)
@ -1219,6 +1221,8 @@ class Ollama(commands.Cog):
This command may take a long time.
"""
if question:
question = f"@{ctx.author.display_name} asks: {question!r}"
async with ctx.channel.typing():
await self.generate_truth(ctx, "tate", latest, question=question)
@ -1232,6 +1236,8 @@ class Ollama(commands.Cog):
This command may take a long time.
"""
if question:
question = f"@{ctx.author.display_name} asks: {question!r}"
async with ctx.channel.typing():
await self.generate_truth(ctx, "Rishi Sunak", latest, question=question)
@ -1245,6 +1251,8 @@ class Ollama(commands.Cog):
This command may take a long time.
"""
if question:
question = f"@{ctx.author.display_name} asks: {question!r}"
async with ctx.channel.typing():
await self.generate_truth(ctx, "Tommy Robinson 🇬🇧", latest, question=question)
@ -1258,6 +1266,8 @@ class Ollama(commands.Cog):
This command may take a long time.
"""
if question:
question = f"@{ctx.author.display_name} asks: {question!r}"
async with ctx.channel.typing():
await self.generate_truth(ctx, "Laurence Fox", latest, question=question)
@ -1271,6 +1281,8 @@ class Ollama(commands.Cog):
This command may take a long time.
"""
if question:
question = f"@{ctx.author.display_name} asks: {question!r}"
async with ctx.channel.typing():
await self.generate_truth(ctx, "Nigel Farage", latest, question=question)
@ -1284,6 +1296,8 @@ class Ollama(commands.Cog):
This command may take a long time.
"""
if question:
question = f"@{ctx.author.display_name} asks: {question!r}"
async with ctx.channel.typing():
await self.generate_truth(ctx, "Keir Starmer", latest, question=question)
@ -1297,6 +1311,8 @@ class Ollama(commands.Cog):
This command may take a long time.
"""
if question:
question = f"@{ctx.author.display_name} asks: {question!r}"
async with ctx.channel.typing():
await self.generate_truth(ctx, "Boris Johnson", latest, question=question)