MrSimple07 commited on
Commit
12d1b89
·
verified ·
1 Parent(s): 71d30c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
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 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)
410
- 6. Remove any duplicate entries
411
- 7. If places > 5, quick generation a new places relevant to Source Query and inside of the coordinates
 
 
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