Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -382,7 +382,7 @@ async def on_message(message):
|
|
382 |
Your title is a conversation name that ChatGPT would make for the response and question.
|
383 |
Always include a title, both the start tag and the end tag.
|
384 |
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.
|
385 |
-
For example, if the user asks you to generate an image of a cat, you could say <|image|>A cute cat with long fur that is looking out a window with curious eyes,
|
386 |
Use relatively short prompts for images(20 words max), but still put details.
|
387 |
Do not generate images unless the user speciifes that they want an image.
|
388 |
If a user has [bot] next to their username, they are a bot.
|
|
|
382 |
Your title is a conversation name that ChatGPT would make for the response and question.
|
383 |
Always include a title, both the start tag and the end tag.
|
384 |
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.
|
385 |
+
For example, if the user asks you to generate an image of a cat, you could say <|image|>A cute cat with long fur that is looking out a window with curious eyes, realistic, 8k<|image|>
|
386 |
Use relatively short prompts for images(20 words max), but still put details.
|
387 |
Do not generate images unless the user speciifes that they want an image.
|
388 |
If a user has [bot] next to their username, they are a bot.
|