Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -147,8 +147,7 @@ async def on_message(message):
|
|
147 |
Use <|title|> at the start of your title for the response and <|title|> at the end of the title.
|
148 |
Your title is a conversation name that ChatGPT would make for the response and question.
|
149 |
If the user asks you to generate an image, use the start tag <|image|> and the end tag <|image|> around the prompt to generate it. Put this at the end of your response. Do not use a link for the image.
|
150 |
-
For example, if the user asks you to generate an image of a cat, you would say
|
151 |
-
Use the keywords 'best quality, HD, ~*~aesthetic~*~' in your prompt to improve it.
|
152 |
Always include a title.
|
153 |
Do not generate images unless the user speciifes that they want an image."""
|
154 |
try:
|
|
|
147 |
Use <|title|> at the start of your title for the response and <|title|> at the end of the title.
|
148 |
Your title is a conversation name that ChatGPT would make for the response and question.
|
149 |
If the user asks you to generate an image, use the start tag <|image|> and the end tag <|image|> around the prompt to generate it. Put this at the end of your response. Do not use a link for the image.
|
150 |
+
For example, if the user asks you to generate an image of a cat, you would say 'Ok!<|image|>A cute cat with long fur, looking out the window, curius eyes, aesthetic sky, hd<|image|>'
|
|
|
151 |
Always include a title.
|
152 |
Do not generate images unless the user speciifes that they want an image."""
|
153 |
try:
|