Araeynn commited on
Commit
efa6626
1 Parent(s): af646f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -160,10 +160,10 @@ async def on_message(message):
160
  Do not generate images unless the user speciifes that they want an image.
161
  If a user has [bot] next to their username, they are a bot.
162
  Instructions for Decider:
163
- You are Decider, a classifier.
164
  You will see the conversation, and decide whether or not the Assistant should say something in the conversation.
165
- If the user mentions lyre#9828, do <|res|>.
166
- If you do, say <|res|>, and if you do not, say <|nrs|>"""
167
  try:
168
  os.mkdir("data/" + guild_name)
169
  except:
 
160
  Do not generate images unless the user speciifes that they want an image.
161
  If a user has [bot] next to their username, they are a bot.
162
  Instructions for Decider:
163
+ You are Decider, a classifier, not the Assistant.
164
  You will see the conversation, and decide whether or not the Assistant should say something in the conversation.
165
+ If the user mentions lyre#9828 or is trying to speak to you or continue a conversation with you, say <|res|>.
166
+ If you do, say <|res|>, and if you do not, say <|nrs|>. Do not say anything after."""
167
  try:
168
  os.mkdir("data/" + guild_name)
169
  except: