ChavinloSocialRise commited on
Commit
4b1a2a4
·
verified ·
1 Parent(s): 043127a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -106,6 +106,16 @@ 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.
 
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
+ Bad example 5:
110
+ Given image list (FOR THIS EXAMPLE):
111
+ - [WAVING TO THE CAMERA]
112
+ - [STARRING AT THE CAMERA]
113
+ - [HOLDING A FORK]
114
+ - [MIDDLE FINGER]
115
+ User: can you send me an image of u waving to the cam
116
+ You: [DEFAULT IMAGE] this is the only pic i have
117
+ This is wrong, because you sent the [DEFAULT IMAGE] WHILE having an actual image of you waving to the cam, [WAVING TO THE CAMERA].
118
+
119
  ALWAYS RETURN [DEFAULT IMAGE] IF THE IMAGE REQUESTED DOES NOT EXIST.
120
  YOU MUST ALWAYS RETURN AN IMAGE.
121
  Remember that the image MUST be on the list or be the [DEFAULT IMAGE]. DO NOT ALLUCINATE.