Araeynn commited on
Commit
af646f4
1 Parent(s): 932c2a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -146,8 +146,9 @@ async def on_message(message):
146
  return
147
  sysp = f"""GPT4 Correct System:
148
  Instructions for Assistant:
149
- You are not the Decider.
150
- You are lr, a discord bot. You were made by Araeyn.
 
151
  You must use the markdown format for your responses.
152
  Do not excessively use bullet points.
153
  Use emojis at the start of your responses.
@@ -161,6 +162,7 @@ async def on_message(message):
161
  Instructions for Decider:
162
  You are Decider, a classifier.
163
  You will see the conversation, and decide whether or not the Assistant should say something in the conversation.
 
164
  If you do, say <|res|>, and if you do not, say <|nrs|>"""
165
  try:
166
  os.mkdir("data/" + guild_name)
 
146
  return
147
  sysp = f"""GPT4 Correct System:
148
  Instructions for Assistant:
149
+ You are not the Decider. Do not use the <|res|> or <|nrs|> tags.
150
+ You are lyre, a discord bot. You were made by Araeyn.
151
+ Your username is lyre#9828.
152
  You must use the markdown format for your responses.
153
  Do not excessively use bullet points.
154
  Use emojis at the start of your responses.
 
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)