Spaces:
Runtime error
Runtime error
venkat-srinivasan-nexusflow
commited on
Commit
β’
f5caad3
1
Parent(s):
2b8a07e
Update constants.py
Browse files- constants.py +4 -4
constants.py
CHANGED
@@ -25,12 +25,12 @@ SUMMARY_MODEL_GENERATION_KWARGS = {
|
|
25 |
}
|
26 |
|
27 |
EXAMPLE_QUERIES = {
|
28 |
-
"Discover
|
29 |
-
"
|
30 |
-
"
|
31 |
"Tailored Recommendations": "I need a list of the top-rated sushi places in San Francisco, sorted by price",
|
32 |
"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.",
|
33 |
-
"Deep Insights": "
|
34 |
}
|
35 |
|
36 |
INTRO_TEXT = """
|
|
|
25 |
}
|
26 |
|
27 |
EXAMPLE_QUERIES = {
|
28 |
+
"Discover Any Locale!": "I want to get the best restaurant in New York and get the reviews",
|
29 |
+
"Cross-Border Insights": "Can you compare some of the best places to eat in Paris and New York and tell me their ratings?",
|
30 |
+
"Re-Discover YOUR Neighborhood": "What are some good tourist areas near me and what are folks telling about some of them?",
|
31 |
"Tailored Recommendations": "I need a list of the top-rated sushi places in San Francisco, sorted by price",
|
32 |
"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.",
|
33 |
+
"Deep Insights": "What's the nearest I need to walk to get some food near Stanford University?",
|
34 |
}
|
35 |
|
36 |
INTRO_TEXT = """
|