Skip to content

Commit

Permalink
changed ascii_art promt
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Sep 25, 2024
1 parent 7adc70e commit 5527363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ async def asciiart(self, interaction: discord.Interaction, message: str = None):


# Construct the text for the LLM request
text = f"Hello OpenGLaDOS, ALWAYS provide an ASCII art code snippet for: {message}."
text = f"Hello OpenGLaDOS, ALWAYS provide an ASCII art code snippet for: {message}. \n"
f"And give a very very short mockery and sarcastic comment on your request and its message content: {message}."

try:
llm_answer = get_groq_completion( [{"role": "assistant", "content": text}])
Expand Down

0 comments on commit 5527363

Please sign in to comment.