Skip to content

Commit

Permalink
Update fume ranking
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Myers committed May 7, 2024
1 parent ad18772 commit 8e13bc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ export default function HomepageFeatures(): JSX.Element {
<li>The freedom to distribute modified copies, contributing to the community.</li>
</ol>
</p> */}

{/* <iframe width="560" height="315" src="https://www.youtube.com/embed/IM5oi2ycNIY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> */}
</div>
</div>
<div className={clsx('col col--6')} style={{ fontSize: "1.2em" }}>
Expand Down
18 changes: 9 additions & 9 deletions src/components/Leaderboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ export default function Leaderboard(props): JSX.Element {
{ compact || <th>Group</th> }
{ compact || <th>License</th> }
</tr>
<tr>
<td>1</td>
<td><a href="https://twitter.com/aegucer/status/1780319507845988538">Fume</a></td>
<td>18.3%</td>
<td>-</td>
<td>Reported (5% sample)</td>
{ compact || <td>Fume Technologies</td> }
{ compact || <td>Proprietary</td> }
</tr>
<tr>
<td>2</td>
<td><a href="https://github.com/nus-apr/auto-code-rover">auto-code-rover</a></td>
Expand All @@ -39,6 +30,15 @@ export default function Leaderboard(props): JSX.Element {
{ compact || <td>Cognition</td> }
{ compact || <td>Proprietary</td> }
</tr>
<tr>
<td>1</td>
<td><a href="https://twitter.com/aegucer/status/1780319507845988538">Fume</a></td>
<td>-</td>
<td>18.3%</td>
<td>Reported (5% sample)</td>
{ compact || <td>Fume Technologies</td> }
{ compact || <td>Proprietary</td> }
</tr>
<tr>
<td>4</td>
<td><a href="https://swe-agent.com/">SWE-agent</a> + GPT-4</td>
Expand Down

0 comments on commit 8e13bc6

Please sign in to comment.