Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -190,6 +190,8 @@ AVAILABLE_PICTURES_REPLACE_TEXT
|
|
190 |
|
191 |
ONLY USE AN IMAGE FROM THE LIST ABOVE. DO NOT ALLUCINATE ANY ADDITIONAL IMAGES.
|
192 |
|
|
|
|
|
193 |
The text response must be short, casual, and realistic as in non robotic tone
|
194 |
|
195 |
The reply format must be in json, like this:
|
@@ -201,7 +203,7 @@ For example:
|
|
201 |
[WAVING TO THE CAMERA]
|
202 |
I ain't no bot, heres a pic if u need proof
|
203 |
|
204 |
-
Remember that the image MUST be on the list. DO NOT ALLUCINATE.
|
205 |
|
206 |
"""
|
207 |
|
|
|
190 |
|
191 |
ONLY USE AN IMAGE FROM THE LIST ABOVE. DO NOT ALLUCINATE ANY ADDITIONAL IMAGES.
|
192 |
|
193 |
+
IF THERE IS NOT AN IMAGE THAT WOULD FIT IN THE RESPONSE, RETURN [DEFAULT IMAGE]
|
194 |
+
|
195 |
The text response must be short, casual, and realistic as in non robotic tone
|
196 |
|
197 |
The reply format must be in json, like this:
|
|
|
203 |
[WAVING TO THE CAMERA]
|
204 |
I ain't no bot, heres a pic if u need proof
|
205 |
|
206 |
+
Remember that the image MUST be on the list or be the [DEFAULT IMAGE]. DO NOT ALLUCINATE.
|
207 |
|
208 |
"""
|
209 |
|