Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -403,12 +403,14 @@ REQUIREMENTS:
|
|
403 |
- Current Context: {context}
|
404 |
DETAILED INSTRUCTIONS:
|
405 |
1. Write the min, max latitude and min, max longitude in the beginning taking from the query
|
406 |
-
2. Curate a comprehensive list of 15 locations inside of these coordinates
|
407 |
-
3. Take
|
408 |
4. Add a short description about the place (2-3 sentences)
|
409 |
-
5. Add coordinates (lat and long)
|
410 |
-
6.
|
411 |
-
7.
|
|
|
|
|
412 |
CRITICAL: Do NOT use placeholder. Quick and fast response required
|
413 |
"""
|
414 |
|
|
|
403 |
- Current Context: {context}
|
404 |
DETAILED INSTRUCTIONS:
|
405 |
1. Write the min, max latitude and min, max longitude in the beginning taking from the query
|
406 |
+
2. Curate a comprehensive list of 15 locations inside of these coordinates and strictly relevant to place.
|
407 |
+
3. Take STRICTLY ONLY relevant places to Source Query.
|
408 |
4. Add a short description about the place (2-3 sentences)
|
409 |
+
5. Add coordinates (lat and long) if there are in the Current Context.
|
410 |
+
6. If no coordinates in the Current Context, then give only name and description
|
411 |
+
7. Add address for the place
|
412 |
+
8. Remove any duplicate entries in the list
|
413 |
+
9. If places > 10, quick generation a new places relevant to Source Query and inside of the coordinates
|
414 |
CRITICAL: Do NOT use placeholder. Quick and fast response required
|
415 |
"""
|
416 |
|