Update frontend/src/App.js
Browse files- frontend/src/App.js +2 -1
frontend/src/App.js
CHANGED
@@ -101,8 +101,9 @@ const App = () => {
|
|
101 |
<h1 className="title">Smolagents Leaderboard</h1>
|
102 |
<p className="subtitle">How do different LLMs compare for powering agents?</p>
|
103 |
<p className="subtitle">Uses <a target="_blank" href="https://github.com/huggingface/smolagents">smolagents</a> with <a target="_blank" href="https://huggingface.co/datasets/smolagents/benchmark-v1">smolagents benchmark</a>.</p>
|
|
|
104 |
</div>
|
105 |
-
|
106 |
<div className="search-container">
|
107 |
<div className="search-with-options">
|
108 |
<input
|
|
|
101 |
<h1 className="title">Smolagents Leaderboard</h1>
|
102 |
<p className="subtitle">How do different LLMs compare for powering agents?</p>
|
103 |
<p className="subtitle">Uses <a target="_blank" href="https://github.com/huggingface/smolagents">smolagents</a> with <a target="_blank" href="https://huggingface.co/datasets/smolagents/benchmark-v1">smolagents benchmark</a>.</p>
|
104 |
+
<p className="subtitle">Models marked with "JSON" are tried with a ToolCallingAgent - others are using CodeAgent.</p>
|
105 |
</div>
|
106 |
+
|
107 |
<div className="search-container">
|
108 |
<div className="search-with-options">
|
109 |
<input
|