Araeynn commited on
Commit
3058c65
1 Parent(s): a3b1ab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +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 '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:
 
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 could say '<|image|>A cute cat with long fur, curius eyes, aesthetic sky, hd<|image|>'. Do not use this example for your response.
151
  Always include a title.
152
  Do not generate images unless the user speciifes that they want an image."""
153
  try: