Araeynn commited on
Commit
410c91a
·
verified ·
1 Parent(s): 9aeac0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, hd, realistic<|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.
 
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.