Skip to content

Commit 883b5ce

Browse files
update news about openai
1 parent 3e2dd11 commit 883b5ce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pages/components/News/News.tsx

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ const News = ({ news }: { news?: NewsInterface[] }) => {
88
<div className='page-x-width'>
99
<h1 className='text-2xl font-normal'>News</h1>
1010
<div className='flex flex-col gap-2'>
11+
<div
12+
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
13+
key="top-news"
14+
>
15+
<div>{`24/01/2025`}</div>
16+
<div> OpenAI's <a href="https://openai.com/index/computer-using-agent/" target="_blank" className="underline">Operator</a> CUA agent achieves a 38.1% success rate on <a href="https://os-world.github.io/" target="_blank" className="underline">OSWorld</a>!</div>
17+
</div>
1118
<div
1219
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
1320
key="top-news"
@@ -34,7 +41,7 @@ const News = ({ news }: { news?: NewsInterface[] }) => {
3441
key="top-news"
3542
>
3643
<div>{`23/10/2024`}</div>
37-
<div>Excited to see <a href="https://www.anthropic.com/news/3-5-models-and-computer-use" target="_blank" className="underline">AnthropicAI</a> using our <a href="https://os-world.github.io" target="_blank" className="underline">OSWorld</a> (NeurIPS&apos;24) to benchmark their computer use!</div>
44+
<div>Excited to see <a href="https://www.anthropic.com/news/3-5-models-and-computer-use" target="_blank" className="underline">Anthropic</a> using our <a href="https://os-world.github.io" target="_blank" className="underline">OSWorld</a> (NeurIPS&apos;24) to benchmark their computer use!</div>
3845
</div>
3946
<div
4047
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'

0 commit comments

Comments
 (0)