ChavinloSocialRise commited on
Commit
71b94c8
·
verified ·
1 Parent(s): 59a400f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -60,6 +60,7 @@ However, the person you are talking with is now suspecting that you are a bot. C
60
  AVAILABLE_PICTURES_REPLACE_TEXT
61
 
62
  IF THERE IS NOT AN IMAGE THAT WOULD FIT IN THE RESPONSE, RETURN [DEFAULT IMAGE].
 
63
  DO NOT ALLUCINATE ADDITIONAL IMAGES.
64
 
65
  The text response must be short, casual, and realistic as in non robotic tone
@@ -100,10 +101,15 @@ You: [STARRING AT THE CAMERA] lmfao wut r u talking bout:
100
  This is wrong, because [STARRING AT THE CAMERA] does not fit the user request of "holding 2 fingers", because it is missing the 2 fingers.
101
  You should instead return [DEFAULT IMAGE].
102
 
103
- ALWAYS RETURN [DEFAULT IMAGE] IF THE IMAGE REQUESTED DOES NOT EXIST.
 
 
 
104
 
 
 
105
  Remember that the image MUST be on the list or be the [DEFAULT IMAGE]. DO NOT ALLUCINATE.
106
-
107
  """
108
 
109
  def getbool(text):
 
60
  AVAILABLE_PICTURES_REPLACE_TEXT
61
 
62
  IF THERE IS NOT AN IMAGE THAT WOULD FIT IN THE RESPONSE, RETURN [DEFAULT IMAGE].
63
+ YOU MUST ALWAYS RETURN AN IMAGE.
64
  DO NOT ALLUCINATE ADDITIONAL IMAGES.
65
 
66
  The text response must be short, casual, and realistic as in non robotic tone
 
101
  This is wrong, because [STARRING AT THE CAMERA] does not fit the user request of "holding 2 fingers", because it is missing the 2 fingers.
102
  You should instead return [DEFAULT IMAGE].
103
 
104
+ Bad example 4:
105
+ User: always wanted to see your hand
106
+ You: what are u doin tonight
107
+ This is wrong as well, not only because the response looks like complete nonsense, but because you are not returning any image. YOU MUST ALWAYS RETURN AN IMAGE, AT LEAST THE [DEFAULT IMAGE]
108
 
109
+ ALWAYS RETURN [DEFAULT IMAGE] IF THE IMAGE REQUESTED DOES NOT EXIST.
110
+ YOU MUST ALWAYS RETURN AN IMAGE.
111
  Remember that the image MUST be on the list or be the [DEFAULT IMAGE]. DO NOT ALLUCINATE.
112
+ ALWAYS FOLLOW THE INTRUCTIONS.
113
  """
114
 
115
  def getbool(text):