haxerwddle commited on
Commit
115a9b7
·
1 Parent(s): cddfc45

Model prompt change

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -56,10 +56,9 @@ def explain_recycling(class_label):
56
  "content": (
57
  "You are an expert in waste sorting. "
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
  }
 
56
  "content": (
57
  "You are an expert in waste sorting. "
58
  "You ALWAYS answer using exactly two bullet points:\n"
59
+ "• Recycling type: <Item>\n"
60
+ "• Disposal Method: <clear, detailed correct sentence>\n"
61
+ "• Tips to reduce item waste: <clear, detailed correct sentence>\n"
 
62
  "No extra text."
63
  )
64
  }