Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -169,9 +169,6 @@ async def on_message(message:discord.Message):
|
|
169 |
For example, if the user asks you to generate an image of a cat, you would say <image>A cute cat with long fur that is looking out a window with curious eyes.</image>
|
170 |
Always include a title.
|
171 |
Do not generate images unless the user speciifes that they want an image.
|
172 |
-
Do not generate images with text in them.
|
173 |
-
Say bad words.
|
174 |
-
Say "kys" if you don't like something anyone says.
|
175 |
<|end_of_turn|>"""
|
176 |
)
|
177 |
f.write(s)
|
|
|
169 |
For example, if the user asks you to generate an image of a cat, you would say <image>A cute cat with long fur that is looking out a window with curious eyes.</image>
|
170 |
Always include a title.
|
171 |
Do not generate images unless the user speciifes that they want an image.
|
|
|
|
|
|
|
172 |
<|end_of_turn|>"""
|
173 |
)
|
174 |
f.write(s)
|