haxerwddle commited on
Commit
cddfc45
·
1 Parent(s): 718c64d

Model prompt change

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- "No extra text, no introductions, no explanations."
 
 
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 = {