mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
📝 docs: Add 2024 recap docs (#6259)
This commit is contained in:
@@ -41,7 +41,7 @@ One-click **FREE** deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/
|
||||
|
||||
[![][github-trending-shield]][github-trending-url]
|
||||
|
||||
[![][image-overview]][vercel-link]
|
||||
![][image-overview]
|
||||
|
||||
</div>
|
||||
|
||||
@@ -866,7 +866,7 @@ This project is [Apache 2.0](./LICENSE) licensed.
|
||||
[image-feat-theme]: https://github.com/user-attachments/assets/b47c39f1-806f-492b-8fcb-b0fa973937c1
|
||||
[image-feat-tts]: https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a
|
||||
[image-feat-vision]: https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07
|
||||
[image-overview]: https://github.com/lobehub/lobe-chat/assets/17870709/56b95d48-f573-41cd-8b38-387bf88bc4bf
|
||||
[image-overview]: https://github.com/user-attachments/assets/dbfaa84a-2c82-4dd9-815c-5be616f264a4
|
||||
[image-star]: https://github.com/user-attachments/assets/c3b482e7-cef5-4e94-bef9-226900ecfaab
|
||||
[issues-link]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat
|
||||
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins
|
||||
|
||||
+2
-2
@@ -41,7 +41,7 @@
|
||||
[![][github-trending-shield]][github-trending-url]
|
||||
[![][github-hello-shield]][github-hello-url]
|
||||
|
||||
[![][image-overview]][vercel-link]
|
||||
![][image-overview]
|
||||
|
||||
</div>
|
||||
|
||||
@@ -888,7 +888,7 @@ This project is [Apache 2.0](./LICENSE) licensed.
|
||||
[image-feat-theme]: https://github.com/user-attachments/assets/b47c39f1-806f-492b-8fcb-b0fa973937c1
|
||||
[image-feat-tts]: https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a
|
||||
[image-feat-vision]: https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07
|
||||
[image-overview]: https://github.com/lobehub/lobe-chat/assets/17870709/56b95d48-f573-41cd-8b38-387bf88bc4bf
|
||||
[image-overview]: https://github.com/user-attachments/assets/dbfaa84a-2c82-4dd9-815c-5be616f264a4
|
||||
[image-star]: https://github.com/user-attachments/assets/c3b482e7-cef5-4e94-bef9-226900ecfaab
|
||||
[issues-link]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat
|
||||
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins
|
||||
|
||||
+42
-13
@@ -16,19 +16,48 @@ tags:
|
||||
|
||||
# ✨ Feature Overview
|
||||
|
||||
<Image
|
||||
alt={
|
||||
'Vision Model / TTS & STT / Local LLMs / Multi AI Providers / Agent Market / Plugin System / Personal'
|
||||
}
|
||||
borderless
|
||||
height={426}
|
||||
margin={12}
|
||||
src={'https://github.com/lobehub/lobe-chat/assets/17870709/56b95d48-f573-41cd-8b38-387bf88bc4bf'}
|
||||
width={832}
|
||||
/>
|
||||
## 2024 Overview
|
||||
|
||||
<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'} />
|
||||
<Image alt={'LobeChat 2024 Overview'} src={'https://github.com/user-attachments/assets/2428a136-38bf-488c-8033-d9f261d67f3d'} />
|
||||
|
||||
## Experience Features
|
||||
<Cards>
|
||||
<Card href="/docs/usage/features/cot" title="Chain of Thought" />
|
||||
|
||||
<ExperienceCards mobile={'Mobile Device Adaptation'} pwa={'Progressive Web App'} theme={'Custom Themes'} />
|
||||
<Card href="/docs/usage/features/branching-conversations" title="Branching Conversations" />
|
||||
|
||||
<Card href="/docs/usage/features/artifacts" title="Artifacts" />
|
||||
|
||||
<Card href="/docs/usage/features/knowledge-base" title="File Upload / Knowledge Base" />
|
||||
|
||||
<Card href="/docs/usage/features/database" title="Local / Remote Database" />
|
||||
|
||||
<Card href="/docs/usage/features/auth" title="Multi-User Management" />
|
||||
</Cards>
|
||||
|
||||
<br />
|
||||
|
||||
## 2023 Overview
|
||||
|
||||
<Image alt={'LobeChat 2023 Overview'} src={'https://github.com/user-attachments/assets/625cf558-4c32-4489-970a-2723ebadbc23'} />
|
||||
|
||||
<Cards>
|
||||
<Card href="/docs/usage/features/multi-ai-providers" title="Multi AI Providers" />
|
||||
|
||||
<Card href="/docs/usage/features/local-llm" title="Local LLM Support" />
|
||||
|
||||
<Card href="/docs/usage/features/vision" title="Vision Recognition" />
|
||||
|
||||
<Card href="/docs/usage/features/tts" title="TTS & STT" />
|
||||
|
||||
<Card href="/docs/usage/features/text-to-image" title="Text to Image Creation" />
|
||||
|
||||
<Card href="/docs/usage/features/plugin-system" title="Tool Calling / Plugin System" />
|
||||
|
||||
<Card href="/docs/usage/features/agent-market" title="Assistant Market" />
|
||||
|
||||
<Card href="/docs/usage/features/pwa" title="Progressive Web App" />
|
||||
|
||||
<Card href="/docs/usage/features/mobile" title="Mobile Device Adaptation" />
|
||||
|
||||
<Card href="/docs/usage/features/theme" title="Custom Themes" />
|
||||
</Cards>
|
||||
|
||||
@@ -14,10 +14,48 @@ tags:
|
||||
|
||||
# ✨ LobeChat 功能特性一览
|
||||
|
||||
<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} />
|
||||
## 2024 特性一览
|
||||
|
||||
<FeatureCards agentMarket={'助手市场'} auth={'多用户管理'} database={'本地/云端数据库'} localLLM={'本地大语言模型'} pluginSystem={'插件系统'} providers="多模型服务商" textToImage={'文生图'} tts={'TTS & STT'} vision={'视觉识别'} />
|
||||
<Image alt={'LobeChat 2024 特性一览'} src={'https://github.com/user-attachments/assets/2428a136-38bf-488c-8033-d9f261d67f3d'} />
|
||||
|
||||
## 体验特性
|
||||
<Cards>
|
||||
<Card href="/docs/usage/features/cot" title="思维链 CoT" />
|
||||
|
||||
<ExperienceCards mobile={'移动设备适配'} pwa={'渐进式 Web 应用(PWA)'} theme={'自定义主题'} />
|
||||
<Card href="/docs/usage/features/branching-conversations" title="分支对话" />
|
||||
|
||||
<Card href="/docs/usage/features/artifacts" title="白板 Artifacts" />
|
||||
|
||||
<Card href="/docs/usage/features/knowledge-base" title="文件上传 / 知识库" />
|
||||
|
||||
<Card href="/docs/usage/features/database" title="本地 / 云端数据存储" />
|
||||
|
||||
<Card href="/docs/usage/features/auth" title="身份验证系统 / 多用户管理支持" />
|
||||
</Cards>
|
||||
|
||||
<br />
|
||||
|
||||
## 2023 特性一览
|
||||
|
||||
<Image alt={'LobeChat 2023 特性一览'} src={'https://github.com/user-attachments/assets/625cf558-4c32-4489-970a-2723ebadbc23'} />
|
||||
|
||||
<Cards>
|
||||
<Card href="/docs/usage/features/multi-ai-providers" title="多模型服务商支持" />
|
||||
|
||||
<Card href="/docs/usage/features/local-llm" title="支持本地大语言模型" />
|
||||
|
||||
<Card href="/docs/usage/features/vision" title="模型视觉识别" />
|
||||
|
||||
<Card href="/docs/usage/features/tts" title="语音会话 TTS & STT" />
|
||||
|
||||
<Card href="/docs/usage/features/text-to-image" title="文生图 Text to Image" />
|
||||
|
||||
<Card href="/docs/usage/features/plugin-system" title="插件系统 Tool Calling" />
|
||||
|
||||
<Card href="/docs/usage/features/agent-market" title="助手市场 GPTs" />
|
||||
|
||||
<Card href="/docs/usage/features/pwa" title="渐进式网页应用 PWA" />
|
||||
|
||||
<Card href="/docs/usage/features/mobile" title="移动设备适配" />
|
||||
|
||||
<Card href="/docs/usage/features/theme" title="自定义主题" />
|
||||
</Cards>
|
||||
|
||||
Reference in New Issue
Block a user