Swap examples to simpler, everyday queries
Browse files
app.py
CHANGED
|
@@ -1176,12 +1176,12 @@ EXAMPLES = [
|
|
| 1176 |
{
|
| 1177 |
"category": "Fixed facts",
|
| 1178 |
"icon": "π―",
|
| 1179 |
-
"text": "Who
|
| 1180 |
},
|
| 1181 |
{
|
| 1182 |
"category": "Time-varying",
|
| 1183 |
"icon": "π",
|
| 1184 |
-
"text": "
|
| 1185 |
},
|
| 1186 |
{
|
| 1187 |
"category": "Multi-constraints",
|
|
@@ -1191,7 +1191,7 @@ EXAMPLES = [
|
|
| 1191 |
{
|
| 1192 |
"category": "Long-form research report",
|
| 1193 |
"icon": "π",
|
| 1194 |
-
"text": "Write a
|
| 1195 |
},
|
| 1196 |
]
|
| 1197 |
|
|
|
|
| 1176 |
{
|
| 1177 |
"category": "Fixed facts",
|
| 1178 |
"icon": "π―",
|
| 1179 |
+
"text": "Who wrote the novel 1984, and when was it first published?",
|
| 1180 |
},
|
| 1181 |
{
|
| 1182 |
"category": "Time-varying",
|
| 1183 |
"icon": "π",
|
| 1184 |
+
"text": "Who is the current CEO of Tesla, and what is the company's latest stock price?",
|
| 1185 |
},
|
| 1186 |
{
|
| 1187 |
"category": "Multi-constraints",
|
|
|
|
| 1191 |
{
|
| 1192 |
"category": "Long-form research report",
|
| 1193 |
"icon": "π",
|
| 1194 |
+
"text": "Write a short guide comparing electric cars vs hybrid cars for a daily commuter, covering cost, range, and maintenance.",
|
| 1195 |
},
|
| 1196 |
]
|
| 1197 |
|