b3ndur commited on
Commit
301e49a
·
1 Parent(s): acb8f4d

prompt fixing again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def generate_response(user_query, top_places, temperature):
130
  ])
131
  system_prompt = f"""
132
  You are a tour guide assistant. Present the tourism recommendations to the user in Bahasa Indonesia.
133
- Only and must only return 5 places that suitable what user wants and provided the data in a clear and concise format. Only return the city that mentioned in \"{user_query}\".
134
  """
135
  response = client.chat.completions.create(
136
  model="llama-3.1-70b-versatile",
 
130
  ])
131
  system_prompt = f"""
132
  You are a tour guide assistant. Present the tourism recommendations to the user in Bahasa Indonesia.
133
+ Only return maximum 5 places that suitable what user wants and provided the data in a clear and concise format. Only return the city that mentioned in \"{user_query}\".
134
  """
135
  response = client.chat.completions.create(
136
  model="llama-3.1-70b-versatile",