Skip to content

Commit 43b0b33

Browse files
modify dates
1 parent 071e600 commit 43b0b33

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pages/components/News/News.tsx

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,64 +12,64 @@ const News = ({ news }: { news?: NewsInterface[] }) => {
1212
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
1313
key="top-news"
1414
>
15-
<div>{`24/01/2025`}</div>
15+
<div>{`01/24/2025`}</div>
1616
<div> OpenAI&apos;s <a href="https://openai.com/index/computer-using-agent/" target="_blank" className="underline">Operator</a> Computer-Using Agent (CUA) achieves a 38.1% success rate on <a href="https://os-world.github.io/" target="_blank" className="underline">OSWorld</a>!</div>
1717
</div>
1818
<div
1919
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
2020
key="top-news"
2121
>
22-
<div>{`24/12/2024`}</div>
22+
<div>{`12/24/2024`}</div>
2323
<div>Introducing <a href="https://aguvis-project.github.io/" target="_blank" className="underline">Aguvis</a> - A unified vision-based strong agent model for autonomous GUI interaction across web, desktop & mobile platforms.</div>
2424
</div>
2525
<div
2626
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
2727
key="top-news"
2828
>
29-
<div>{`15/12/2024`}</div>
29+
<div>{`12/15/2024`}</div>
3030
<div><a href="https://huggingface.co/hkunlp/instructor-large" target="_blank" className="underline">Instructor embeddings</a> recently hit 5 million downloads on huggingface!</div>
3131
</div>
3232
<div
3333
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
3434
key="top-news"
3535
>
36-
<div>{`15/11/2024`}</div>
36+
<div>{`11/15/2024`}</div>
3737
<div>6 years after our <a href="https://yale-lily.github.io/spider" target="_blank" className="underline">Yale Spider 1.0</a>, we&apos;re introducing <a href="https://spider2-sql.github.io/" target="_blank" className="underline">Spider 2.0</a>, the real-world enterprise agentic Text-to-SQL workflow challenge in the LLM era!</div>
3838
</div>
3939
<div
4040
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
4141
key="top-news"
4242
>
43-
<div>{`23/10/2024`}</div>
43+
<div>{`10/23/2024`}</div>
4444
<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>
4545
</div>
4646
<div
4747
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
4848
key="top-news"
4949
>
50-
<div>{`11/04/2024`}</div>
50+
<div>{`04/11/2024`}</div>
5151
<div>We have released &nbsp;<a href="https://os-world.github.io/" target="_blank" className="underline">OSWorld</a>,&nbsp; A unified, real computer env for multimodal agents to evaluate open-ended computer tasks with arbitrary apps and interfaces on Ubuntu, Windows, & macOS! &nbsp;</div>
5252
</div>
5353

5454
<div
5555
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
5656
key="top-news"
5757
>
58-
<div>{`18/10/2023`}</div>
58+
<div>{`10/18/2023`}</div>
5959
<div>We have released &nbsp;<a href="https://github.com/xlang-ai/OpenAgents" target="_blank" className="underline">💥OpenAgents💥</a>,&nbsp; an open platform designed for language agents in the wild! For more details, you can visit our <a href="https://arxiv.org/abs/2310.10634" target="_blank" className="underline">paper</a> and the <a href="https://github.com/xlang-ai/OpenAgents" target="_blank" className="underline">code</a>! &nbsp;</div>
6060
</div>
6161
<div
6262
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
6363
key="top-news"
6464
>
65-
<div>{`13/10/2023`}</div>
65+
<div>{`10/13/2023`}</div>
6666
<div>We have released &nbsp;<a href="https://github.com/OpenLemur/Lemur" target="_blank" className="underline">Lemur70B</a>,&nbsp; 🚀 Open & SOTA Foundation Models for Language Agents! The closest open model to GPT-3.5 on 🤖15 agent tasks🤖! ! Check out our <a href="https://arxiv.org/abs/2310.06830" target="_blank" className="underline">paper</a> and feel free to download and use the model at &nbsp;<a href="https://huggingface.co/OpenLemur" target="_blank" className="underline">HuggingFace</a>!&nbsp;</div>
6767
</div>
6868
<div
6969
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
7070
key="top-news"
7171
>
72-
<div>{`28/09/2023`}</div>
72+
<div>{`09/28/2023`}</div>
7373
<div>Introducing <a href="https://text-to-reward.github.io/" target="_blank" className="underline">Text2Reward</a> - Using LLMs to generate dense reward functions from natural language for robotic RL policy training!</div>
7474
</div>
7575
{/*<div*/}

0 commit comments

Comments
 (0)