Update frontend/src/App.js
Browse files- frontend/src/App.js +1 -1
frontend/src/App.js
CHANGED
@@ -101,7 +101,7 @@ 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 |
-
<p
|
105 |
</div>
|
106 |
|
107 |
<div className="search-container">
|
|
|
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>Models marked with "JSON" are ran on a ToolCallingAgent (for proprietary models, this uses their provider's built-in tool calling modes) - others are using CodeAgent.</p>
|
105 |
</div>
|
106 |
|
107 |
<div className="search-container">
|