Skip to content

Commit

Permalink
Add OpenDevin to leaderboard
Browse files Browse the repository at this point in the history
Ray Myers committed May 7, 2024
1 parent ca965e5 commit cf6ec48
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/Leaderboard/index.tsx
Original file line number Diff line number Diff line change
@@ -21,6 +21,15 @@ export default function Leaderboard(props): JSX.Element {
{ compact || <td>APR@NUS</td> }
{ compact || <td>GPL-3</td> }
</tr>
<tr>
<td>3</td>
<td><a href="https://xwang.dev/blog/2024/opendevin-codeact-1.0-swebench/">OpenDevin CodeAct</a></td>
<td>-</td>
<td>21%</td>
<td>Reported</td>
{ compact || <td>OpenDevin</td> }
{ compact || <td>MIT</td> }
</tr>
<tr>
<td>3</td>
<td>Devin</td>
@@ -49,6 +58,6 @@ export default function Leaderboard(props): JSX.Element {
{ compact || <td>MIT</td> }
</tr>
</table>
<p><i>Last checked: 2024-05-06</i></p>
<p><i>Last updated: 2024-05-07</i></p>
</div>)
}

0 comments on commit cf6ec48

Please sign in to comment.