daniloedu commited on
Commit
8d28d3d
·
verified ·
1 Parent(s): bdfe6dd

Update examples.py

Browse files

To include Universities

Files changed (1) hide show
  1. examples.py +9 -8
examples.py CHANGED
@@ -1,15 +1,16 @@
1
- description_sf = "A one-day walk through San Francisco for my first visit. I want to take no cab or bike, everything should be on foot."
2
  output_example_sf = """
3
- Since this is on foot, walking distances should be kept to a minimum. I'll make sure to provide a step by step visit and reorder points of interest to minimize the walking distance between each point.
4
 
5
  Key points: [
6
- {"name": "Fisherman's Wharf, San Francisco", "description": "Fisherman's Wharf is a popular tourist destination in San Francisco, featuring Pier 39, the Maritime National Historical Park, and Boudin Bakery. Start your day with breakfast and enjoy the sea lions."},
7
- {"name": "Ghirardelli Square, San Francisco", "description": "Ghirardelli Square is a historic square in San Francisco, known for its chocolate shop and various boutiques. It's a great place to grab a sweet treat and do some shopping."},
8
- {"name": "Cable Car Museum, San Francisco", "description": "The Cable Car Museum is a museum in San Francisco that showcases the history of the city's iconic cable cars. It's a great place to learn about the technology and history behind these unique vehicles."},
9
- {"name": "Union Square, San Francisco", "description": "Union Square is a public plaza in San Francisco, known for its shopping, dining, and entertainment options. Relax, grab a bite to eat, and do some shopping."},
10
- {"name": "Chinatown, San Francisco", "description": "Chinatown is a vibrant neighborhood in San Francisco, known for its Chinese culture, history, and cuisine. It's a great place to explore the streets, try some delicious food, and learn about Chinese culture."},
11
- {"name": "Coit Tower, San Francisco", "description": "Coit Tower is a tower in San Francisco with panoramic views of the city. You can end your day here, taking in the sights and sounds of the city from above."}
12
  ]
 
13
  """
14
 
15
  description_loire = "A 3-day bike trip through the Loire Valley."
 
1
+ description_sf = "An Ivy League university that has technical programs in the US. I prefer the cities where I can walk or use public transportation to move around."
2
  output_example_sf = """
3
+ Since you prefer pedestrian friendly cities, walking distances should be kept to a minimum. I'll make sure to provide a List of cities where it's possible to walk or use public transportation.
4
 
5
  Key points: [
6
+ {"name": "Massachusetts Institute of Technology, Cambridge", "description": "MIT is a leading technical university in Cambridge, Massachusetts. It's easily accessible by the MBTA subway system, allowing convenient travel around the Boston area."},
7
+ {"name": "Stanford University, Stanford", "description": "Stanford University, located near Palo Alto, California, is renowned for its engineering and computer science programs. The area is served by Caltrain and various bus routes, facilitating travel to nearby cities like San Francisco and San Jose."},
8
+ {"name": "Carnegie Mellon University, Pittsburgh", "description": "Carnegie Mellon is known for its robust engineering and computer science programs. Pittsburgh offers a comprehensive public transit system with buses and light rail (the 'T') covering the city."},
9
+ {"name": "University of California—Berkeley, Berkeley", "description": "UC Berkeley is a top-tier university with strong technical programs. It's part of the San Francisco Bay Area, served extensively by BART and bus services, making it easy to explore both Berkeley and San Francisco."},
10
+ {"name": "Georgia Institute of Technology, Atlanta", "description": "Georgia Tech is located in the heart of Atlanta and is well-connected by the MARTA system, which includes both buses and a subway network. This facilitates easy access to various parts of the city."},
11
+ {"name": "University of Illinois—Urbana-Champaign, Urbana-Champaign", "description": "The University of Illinois is a leader in engineering and technology. The twin cities of Urbana and Champaign are served by a robust network of buses, making campus and city commuting convenient."}
12
  ]
13
+
14
  """
15
 
16
  description_loire = "A 3-day bike trip through the Loire Valley."