haxerwddle commited on
Commit
9aa948f
·
1 Parent(s): 7a84a70

Model prompt change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def explain_recycling(class_label):
64
  }
65
  user_msg = {
66
  "role": "user",
67
- "content": f"Item: {class_label}\nReturn the two bullet points now."
68
  }
69
  messages = [system_msg, user_msg]
70
 
 
64
  }
65
  user_msg = {
66
  "role": "user",
67
+ "content": f"Item: {class_label}\nReturn the bullet points now."
68
  }
69
  messages = [system_msg, user_msg]
70