venkat-srinivasan-nexusflow commited on
Commit
512b6e9
β€’
1 Parent(s): 9c5d56e

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -30,7 +30,7 @@ SUMMARY_MODEL_GENERATION_KWARGS = {
30
 
31
  EXAMPLE_QUERIES = {
32
  "Discover Any Locale!": "I want to get the best restaurant in New York and get the reviews",
33
- "Cross-Border Insights": "Can you compare some of the best places to eat in Paris and New York and tell me their ratings?",
34
  "Re-Discover YOUR Neighborhood": "What are some good tourist areas near me and what are folks telling about some of them?",
35
  "Tailored Recommendations": "I need a list of the top-rated sushi places in San Francisco, sorted by price",
36
  "Compare Feedback": "Can you get me reviews for So Gong Dong Tofu house and Siam Thai Cuisine in San Jose and compare them specifically regarding how tasty the food is? Summarize the answer. Please print the review texts you reference.",
 
30
 
31
  EXAMPLE_QUERIES = {
32
  "Discover Any Locale!": "I want to get the best restaurant in New York and get the reviews",
33
+ "Targeted Insights": "What are people saying about some of the better Austin restaurants?",
34
  "Re-Discover YOUR Neighborhood": "What are some good tourist areas near me and what are folks telling about some of them?",
35
  "Tailored Recommendations": "I need a list of the top-rated sushi places in San Francisco, sorted by price",
36
  "Compare Feedback": "Can you get me reviews for So Gong Dong Tofu house and Siam Thai Cuisine in San Jose and compare them specifically regarding how tasty the food is? Summarize the answer. Please print the review texts you reference.",