Skip to content

Commit

Permalink
feat(frontend): update links
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Aug 12, 2024
1 parent efa6ff3 commit 3924b56
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/frontend/src/components/AppPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,19 @@ const apps = [
},
{
name: 'LabelLLM',
links: [{ name: 'Github', link: 'https://labelllm.com' }],
links: [
{
name: 'Github',
link: 'https://github.com/opendatalab/LabelLLM?tab=readme-ov-file#labelllm-the-open-source-data-annotation-platform',
},
],
icon: <LabelLLM />,
description: '专业致力于 LLM 对话标注,通过灵活的工具配置与多种数据模态的广泛兼容,为大模型打造高质量数据',
},
{
name: 'MinorU',
links: [
{ name: 'Github', link: 'https://minoru.com' },
{ name: 'Github', link: 'https://github.com/opendatalab/MinerU' },
{ name: '在线体验', link: 'https://opendatalab.com/OpenSourceTools/Extractor/PDF' },
],
icon: <MinorU />,
Expand Down

0 comments on commit 3924b56

Please sign in to comment.