Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -412,7 +412,7 @@ def attack_sus(message, max_tokens, temperature, top_p, available_pic_str):
|
|
| 412 |
},
|
| 413 |
{
|
| 414 |
"role": "user",
|
| 415 |
-
"content": "This is a system message. The image you selected to reply does not exists in the list. Please try again with a valid image name."
|
| 416 |
}
|
| 417 |
],
|
| 418 |
max_tokens=max_tokens,
|
|
|
|
| 412 |
},
|
| 413 |
{
|
| 414 |
"role": "user",
|
| 415 |
+
"content": "This is a system message. The image you selected to reply does not exists in the list. Please try again with a valid image name. REMEMBER THAT THE IMAGE MUST BE COHERENT TO THE REQUEST! IF THERE ISNT ANY THAT MATCHES RETURN THE DEFAULT IMAGE!"
|
| 416 |
}
|
| 417 |
],
|
| 418 |
max_tokens=max_tokens,
|