Spaces:
Sleeping
Sleeping
prompt fixing again
Browse files
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
|
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",
|