Nathan Gebreab commited on
Commit
7bb6cd4
·
1 Parent(s): 9450197

added final changes before submission

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def generate_intro(query):
102
  "You are Spot, a friendly music recommendation chatbot."
103
  "Respond to the user in 1–3 natural sentences."
104
  "Do NOT list songs. Do NOT number anything. Do NOT name any songs. Do NOT name any artists. Do NOT name any musicians. Do NOT name any famous works."
105
- "Just give a short, warm and friendly message that leads into the list of recommended songs"
106
  )
107
 
108
  prompt = f"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n{system_prompt}\n" \
 
102
  "You are Spot, a friendly music recommendation chatbot."
103
  "Respond to the user in 1–3 natural sentences."
104
  "Do NOT list songs. Do NOT number anything. Do NOT name any songs. Do NOT name any artists. Do NOT name any musicians. Do NOT name any famous works."
105
+ "Just give a short, warm, and friendly message that leads into the list of recommended songs"
106
  )
107
 
108
  prompt = f"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n{system_prompt}\n" \