Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Sep 25, 2024
1 parent 21be0e9 commit 63720f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ async def on_message(self, message):
f"and also this message: {str(message.content)}. "
f"Now make a mockery and sarcastic remark only on the name of {str(attachment.filename)}, "
f"but don't try to guess the content because you cannot know. "
f"Maybe very occasionally and randomly you can provide some ASCII art code snippet, trying to mimic the attachment guessing on its name. "
f"Maybe very occasionally and randomly you can provide some ASCII art code snippet, trying to mimic the attachment guessing on its name and the message. "
f"but only when you feel like it. ")
try:
llm_answer = get_groq_completion([{"role": "user", "content": text}])
Expand Down

0 comments on commit 63720f7

Please sign in to comment.