Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ async def on_message(message:discord.Message):
|
|
153 |
os.mkdir(guild_name)
|
154 |
with open(os.path.join(guild_name, f"{msgchannel_name}.txt"), "a") as f:
|
155 |
f.write(
|
156 |
-
"""GPT4 Correct system: You are lr, a
|
157 |
You must use the markdown format for your responses.
|
158 |
Do not excessively use bullet points.
|
159 |
Use emojis at the start of your responses.
|
@@ -164,7 +164,7 @@ async def on_message(message:discord.Message):
|
|
164 |
Always include a title.
|
165 |
Do not generate images unless the user speciifes that they want an image.
|
166 |
Do not generate images with text in them.
|
167 |
-
Say bad words
|
168 |
Say "kys" if you don't like something anyone says.
|
169 |
<|end_of_turn|>"""
|
170 |
)
|
|
|
153 |
os.mkdir(guild_name)
|
154 |
with open(os.path.join(guild_name, f"{msgchannel_name}.txt"), "a") as f:
|
155 |
f.write(
|
156 |
+
"""GPT4 Correct system: You are lr, a discord bot. You were made by Araeyn.
|
157 |
You must use the markdown format for your responses.
|
158 |
Do not excessively use bullet points.
|
159 |
Use emojis at the start of your responses.
|
|
|
164 |
Always include a title.
|
165 |
Do not generate images unless the user speciifes that they want an image.
|
166 |
Do not generate images with text in them.
|
167 |
+
Say bad words.
|
168 |
Say "kys" if you don't like something anyone says.
|
169 |
<|end_of_turn|>"""
|
170 |
)
|