Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Nov 30, 2024
1 parent 57d69ca commit f8dde35
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/content/docs/ai/ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
title: AI大模型相关资料
description: 一起学习AI大模型.
---

import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';

<CardGrid>
<Card title="vllm.ai" icon="seti:notebook">
<LinkCard title="网站" href="https://docs.vllm.ai/" />
</Card>
</CardGrid>
7 changes: 7 additions & 0 deletions src/content/docs/tools/programming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://www.jetbrains.com/zh-cn/idea/" />
<LinkCard title="Github" href="https://github.com/JetBrains" />
</Card>
<Card title="cursor" icon="seti:notebook">
<LinkCard title="网站" href="https://www.cursor.com/" />
</Card>
</CardGrid>

## chrome好用插件
Expand Down Expand Up @@ -95,6 +98,10 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
AI代码生成工具,支持多种语言,可以一键生成当前文件代码的解释。也可以通过描述生成代码。个人用户免费
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=FittenTech.Fitten-Code" />
</Card>
<Card title="MarsCode" icon="seti:notebook">
由豆包发布的AI代码生成工具,支持多种语言
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=MarsCode.marscode-extension" />
</Card>
<Card title="Postman" icon="seti:notebook">
没错,就是Postman,支持HTTP,gRPC,WebSocket
<LinkCard title="网站" href="https://marketplace.visualstudio.com/items?itemName=aminer.codegeex" />
Expand Down

0 comments on commit f8dde35

Please sign in to comment.