Skip to content

Commit 4e66ea3

Browse files
📝 docs: Add 2024 recap docs (#6259)
1 parent 07364c9 commit 4e66ea3

File tree

4 files changed

+91
-24
lines changed

4 files changed

+91
-24
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ One-click **FREE** deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/
4141

4242
[![][github-trending-shield]][github-trending-url]
4343

44-
[![][image-overview]][vercel-link]
44+
![][image-overview]
4545

4646
</div>
4747

@@ -866,7 +866,7 @@ This project is [Apache 2.0](./LICENSE) licensed.
866866
[image-feat-theme]: https://github.com/user-attachments/assets/b47c39f1-806f-492b-8fcb-b0fa973937c1
867867
[image-feat-tts]: https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a
868868
[image-feat-vision]: https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07
869-
[image-overview]: https://github.com/lobehub/lobe-chat/assets/17870709/56b95d48-f573-41cd-8b38-387bf88bc4bf
869+
[image-overview]: https://github.com/user-attachments/assets/dbfaa84a-2c82-4dd9-815c-5be616f264a4
870870
[image-star]: https://github.com/user-attachments/assets/c3b482e7-cef5-4e94-bef9-226900ecfaab
871871
[issues-link]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat
872872
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins

README.zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
[![][github-trending-shield]][github-trending-url]
4242
[![][github-hello-shield]][github-hello-url]
4343

44-
[![][image-overview]][vercel-link]
44+
![][image-overview]
4545

4646
</div>
4747

@@ -888,7 +888,7 @@ This project is [Apache 2.0](./LICENSE) licensed.
888888
[image-feat-theme]: https://github.com/user-attachments/assets/b47c39f1-806f-492b-8fcb-b0fa973937c1
889889
[image-feat-tts]: https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a
890890
[image-feat-vision]: https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07
891-
[image-overview]: https://github.com/lobehub/lobe-chat/assets/17870709/56b95d48-f573-41cd-8b38-387bf88bc4bf
891+
[image-overview]: https://github.com/user-attachments/assets/dbfaa84a-2c82-4dd9-815c-5be616f264a4
892892
[image-star]: https://github.com/user-attachments/assets/c3b482e7-cef5-4e94-bef9-226900ecfaab
893893
[issues-link]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat
894894
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins

docs/usage/start.mdx

+45-16
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,48 @@ tags:
1616

1717
# ✨ Feature Overview
1818

19-
<Image
20-
alt={
21-
'Vision Model / TTS & STT / Local LLMs / Multi AI Providers / Agent Market / Plugin System / Personal'
22-
}
23-
borderless
24-
height={426}
25-
margin={12}
26-
src={'https://github.com/lobehub/lobe-chat/assets/17870709/56b95d48-f573-41cd-8b38-387bf88bc4bf'}
27-
width={832}
28-
/>
29-
30-
<FeatureCards agentMarket={'Assistant Market'} auth={'Multi-User Management'} database={'Local/Cloud Database'} localLLM={'Local LLM'} pluginSystem={'Plugin System'} providers="Multi AI Providers" textToImage={'Text-to-Image'} tts={'TTS & STT'} vision={'Visual Recognition'} />
31-
32-
## Experience Features
33-
34-
<ExperienceCards mobile={'Mobile Device Adaptation'} pwa={'Progressive Web App'} theme={'Custom Themes'} />
19+
## 2024 Overview
20+
21+
<Image alt={'LobeChat 2024 Overview'} src={'https://github.com/user-attachments/assets/2428a136-38bf-488c-8033-d9f261d67f3d'} />
22+
23+
<Cards>
24+
<Card href="/docs/usage/features/cot" title="Chain of Thought" />
25+
26+
<Card href="/docs/usage/features/branching-conversations" title="Branching Conversations" />
27+
28+
<Card href="/docs/usage/features/artifacts" title="Artifacts" />
29+
30+
<Card href="/docs/usage/features/knowledge-base" title="File Upload / Knowledge Base" />
31+
32+
<Card href="/docs/usage/features/database" title="Local / Remote Database" />
33+
34+
<Card href="/docs/usage/features/auth" title="Multi-User Management" />
35+
</Cards>
36+
37+
<br />
38+
39+
## 2023 Overview
40+
41+
<Image alt={'LobeChat 2023 Overview'} src={'https://github.com/user-attachments/assets/625cf558-4c32-4489-970a-2723ebadbc23'} />
42+
43+
<Cards>
44+
<Card href="/docs/usage/features/multi-ai-providers" title="Multi AI Providers" />
45+
46+
<Card href="/docs/usage/features/local-llm" title="Local LLM Support" />
47+
48+
<Card href="/docs/usage/features/vision" title="Vision Recognition" />
49+
50+
<Card href="/docs/usage/features/tts" title="TTS & STT" />
51+
52+
<Card href="/docs/usage/features/text-to-image" title="Text to Image Creation" />
53+
54+
<Card href="/docs/usage/features/plugin-system" title="Tool Calling / Plugin System" />
55+
56+
<Card href="/docs/usage/features/agent-market" title="Assistant Market" />
57+
58+
<Card href="/docs/usage/features/pwa" title="Progressive Web App" />
59+
60+
<Card href="/docs/usage/features/mobile" title="Mobile Device Adaptation" />
61+
62+
<Card href="/docs/usage/features/theme" title="Custom Themes" />
63+
</Cards>

docs/usage/start.zh-CN.mdx

+42-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,48 @@ tags:
1414

1515
# ✨ LobeChat 功能特性一览
1616

17-
<Image alt={'视觉感知 / 语音会话 / 多 AI 服务商 / 本地LLM / 助手市场 / 插件系统 / 私人定制'} borderless height={426} margin={12} src={'https://github.com/lobehub/lobe-chat/assets/17870709/56b95d48-f573-41cd-8b38-387bf88bc4bf'} width={832} />
17+
## 2024 特性一览
1818

19-
<FeatureCards agentMarket={'助手市场'} auth={'多用户管理'} database={'本地/云端数据库'} localLLM={'本地大语言模型'} pluginSystem={'插件系统'} providers="多模型服务商" textToImage={'文生图'} tts={'TTS & STT'} vision={'视觉识别'} />
19+
<Image alt={'LobeChat 2024 特性一览'} src={'https://github.com/user-attachments/assets/2428a136-38bf-488c-8033-d9f261d67f3d'} />
2020

21-
## 体验特性
21+
<Cards>
22+
<Card href="/docs/usage/features/cot" title="思维链 CoT" />
2223

23-
<ExperienceCards mobile={'移动设备适配'} pwa={'渐进式 Web 应用(PWA)'} theme={'自定义主题'} />
24+
<Card href="/docs/usage/features/branching-conversations" title="分支对话" />
25+
26+
<Card href="/docs/usage/features/artifacts" title="白板 Artifacts" />
27+
28+
<Card href="/docs/usage/features/knowledge-base" title="文件上传 / 知识库" />
29+
30+
<Card href="/docs/usage/features/database" title="本地 / 云端数据存储" />
31+
32+
<Card href="/docs/usage/features/auth" title="身份验证系统 / 多用户管理支持" />
33+
</Cards>
34+
35+
<br />
36+
37+
## 2023 特性一览
38+
39+
<Image alt={'LobeChat 2023 特性一览'} src={'https://github.com/user-attachments/assets/625cf558-4c32-4489-970a-2723ebadbc23'} />
40+
41+
<Cards>
42+
<Card href="/docs/usage/features/multi-ai-providers" title="多模型服务商支持" />
43+
44+
<Card href="/docs/usage/features/local-llm" title="支持本地大语言模型" />
45+
46+
<Card href="/docs/usage/features/vision" title="模型视觉识别" />
47+
48+
<Card href="/docs/usage/features/tts" title="语音会话 TTS & STT" />
49+
50+
<Card href="/docs/usage/features/text-to-image" title="文生图 Text to Image" />
51+
52+
<Card href="/docs/usage/features/plugin-system" title="插件系统 Tool Calling" />
53+
54+
<Card href="/docs/usage/features/agent-market" title="助手市场 GPTs" />
55+
56+
<Card href="/docs/usage/features/pwa" title="渐进式网页应用 PWA" />
57+
58+
<Card href="/docs/usage/features/mobile" title="移动设备适配" />
59+
60+
<Card href="/docs/usage/features/theme" title="自定义主题" />
61+
</Cards>

0 commit comments

Comments
 (0)