Spaces:
Sleeping
Sleeping
Commit ·
cddfc45
1
Parent(s): 718c64d
Model prompt change
Browse files
app.py
CHANGED
|
@@ -58,7 +58,9 @@ def explain_recycling(class_label):
|
|
| 58 |
"You ALWAYS answer using exactly two bullet points:\n"
|
| 59 |
"• Recycling type: <one short category>\n"
|
| 60 |
"• Disposal: <clear, detailed correct sentence>\n"
|
| 61 |
-
"
|
|
|
|
|
|
|
| 62 |
)
|
| 63 |
}
|
| 64 |
user_msg = {
|
|
|
|
| 58 |
"You ALWAYS answer using exactly two bullet points:\n"
|
| 59 |
"• Recycling type: <one short category>\n"
|
| 60 |
"• Disposal: <clear, detailed correct sentence>\n"
|
| 61 |
+
"• Tips to reduce item waste 1: <clear, detailed correct sentence>\n"
|
| 62 |
+
"• Tips to reduce item waste 2: <clear, detailed correct sentence>\n"
|
| 63 |
+
"No extra text."
|
| 64 |
)
|
| 65 |
}
|
| 66 |
user_msg = {
|