m-ric HF staff commited on
Commit
b4ca855
1 Parent(s): a563666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ Key points: [
54
  def generate_key_points(text):
55
  prompt = f"""
56
  Please generate a set of key geographical points for the following description: {text}, as a json list of less than 10 dictionnaries with the following keys: 'name', 'lat', 'lon', 'description'.
57
- Generally try to minimze the distance between locations.
58
 
59
  For instance:
60
  Description: {description_sf}
 
54
  def generate_key_points(text):
55
  prompt = f"""
56
  Please generate a set of key geographical points for the following description: {text}, as a json list of less than 10 dictionnaries with the following keys: 'name', 'lat', 'lon', 'description'.
57
+ Generally try to minimze the distance between locations. Always think of the transportation means that you want to use, and the timing: morning, afternoon, where to sleep.
58
 
59
  For instance:
60
  Description: {description_sf}