ui: fix Mind2Web 2 label
Browse files
app.py
CHANGED
|
@@ -2443,7 +2443,7 @@ EXAMPLES = [
|
|
| 2443 |
"text": "Compare the LLM-safety research approaches of Anthropic, OpenAI, and Google DeepMind over the past 18 months, focusing on alignment techniques and red-teaming methodologies.",
|
| 2444 |
},
|
| 2445 |
{
|
| 2446 |
-
"category": "Task from
|
| 2447 |
"icon": "🧭",
|
| 2448 |
"text": "I am interested in Retrieval-Augmented Generation (RAG) and would like to explore popular and easy-to-use repositories on GitHub. Please identify the 10 most-starred repositories listed under the GitHub topic \"retrieval-augmented-generation\". For each repository, please provide its name, a direct link to its GitHub page, and indicate whether its README explicitly states that it can be installed using a single pip install <package-name> command (without additional steps). If it does, please also provide a link to its PyPI page; if not, explicitly note that this installation method isn't mentioned.",
|
| 2449 |
},
|
|
|
|
| 2443 |
"text": "Compare the LLM-safety research approaches of Anthropic, OpenAI, and Google DeepMind over the past 18 months, focusing on alignment techniques and red-teaming methodologies.",
|
| 2444 |
},
|
| 2445 |
{
|
| 2446 |
+
"category": "Task from Mind2Web 2",
|
| 2447 |
"icon": "🧭",
|
| 2448 |
"text": "I am interested in Retrieval-Augmented Generation (RAG) and would like to explore popular and easy-to-use repositories on GitHub. Please identify the 10 most-starred repositories listed under the GitHub topic \"retrieval-augmented-generation\". For each repository, please provide its name, a direct link to its GitHub page, and indicate whether its README explicitly states that it can be installed using a single pip install <package-name> command (without additional steps). If it does, please also provide a link to its PyPI page; if not, explicitly note that this installation method isn't mentioned.",
|
| 2449 |
},
|