Skip to content

Commit 2c3331a

Browse files
✨ feat: Update Remark (#5340)
* ✨ feat: Update Remark * 📝 docs: Update seo * 🔧 chore: Fix deps * 🔧 chore: Update ui version * 📝 docs: Update docs * ✨ feat: Update @lobehub/ui to 1.163.0
1 parent 45aac54 commit 2c3331a

File tree

317 files changed

+5344
-8205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

317 files changed

+5344
-8205
lines changed

.remarkrc.mdx.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const config = require('@lobehub/lint').remarklint;
2+
3+
module.exports = {
4+
...config,
5+
plugins: ['remark-mdx', ...config.plugins],
6+
};

docs/changelog/2023-09-09-plugin-system.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: >-
44
Discover how the LobeChat plugin ecosystem enhances the utility and
55
flexibility of the LobeChat assistant, along with the development resources
66
and plugin development guidelines provided.
7+
tags:
8+
- LobeChat
9+
- Plugins
10+
- Real-time Information
11+
- Voice Options
712
---
813

914
# Supported Plugin System

docs/changelog/2023-09-09-plugin-system.zh-CN.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
title: LobeChat 插件生态系统 - 功能扩展与开发资源
33
description: 了解 LobeChat 插件生态系统如何增强 LobeChat 助手的实用性和灵活性,以及提供的开发资源和插件开发指南。
4+
tags:
5+
- LobeChat
6+
- 插件系统
7+
- 实时信息
8+
- 第三方服务
49
---
510

611
# 支持插件系统

docs/changelog/2023-11-14-gpt4-vision.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ description: >-
77
capabilities, allowing users to upload or drag and drop images. The assistant
88
will recognize the content and engage in intelligent dialogue, creating a more
99
intelligent and diverse chat environment.
10+
tags:
11+
- Visual Recognition
12+
- LobeChat
13+
- GPT-4 Vision
14+
- Google Gemini Pro
15+
- Multimodal Interaction
1016
---
1117

1218
# Supported Models for Visual Recognition

docs/changelog/2023-11-14-gpt4-vision.zh-CN.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
title: LobeChat 支持多模态交互:视觉识别助力智能对话
33
description: LobeChat 支持多种具有视觉识别能力的大语言模型,用户可上传或拖拽图片,助手将识别内容并展开智能对话,打造更智能、多元化的聊天场景。
4+
tags:
5+
- 视觉识别
6+
- 多模态交互
7+
- LobeChat
8+
- GPT-4
9+
- Google Gemini Pro
410
---
511

612
# 支持模型视觉识别

docs/changelog/2023-11-19-tts-stt.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ description: >-
44
LobeChat supports Text-to-Speech (TTS) and Speech-to-Text (STT) technologies,
55
offering high-quality voice options for a personalized communication
66
experience. Learn more about Lobe TTS Toolkit.
7+
tags:
8+
- TTS
9+
- STT
10+
- Voice Conversations
11+
- LobeChat
12+
- Audio Technology
713
---
814

915
# Supporting TTS & STT Voice Conversations

docs/changelog/2023-11-19-tts-stt.zh-CN.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
22
title: LobeChat 文生图:文本转图片生成技术
33
description: LobeChat 支持文字转语音(TTS)和语音转文字(STT)技术,提供高品质声音选项,个性化交流体验。了解更多关于 Lobe TTS 工具包。
4+
tags:
5+
- TTS
6+
- STT
7+
- 语音会话
8+
- LobeChat
9+
- 文字转语音
10+
- 语音转文字
411
---
512

613
# 支持 TTS & STT 语音会话

docs/changelog/2023-12-22-dalle-3.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ description: >-
66
assistant for creative purposes. By utilizing AI tools such as DALL-E 3,
77
MidJourney, and Pollinations, assistants can turn your ideas into images,
88
making the creative process more intimate and immersive.
9+
tags:
10+
- Text-to-Image
11+
- LobeChat
12+
- AI Tools
13+
- DALL-E 3
14+
- MidJourney
915
---
1016

1117
# Support for Text-to-Image Generation

docs/changelog/2023-12-22-dalle-3.zh-CN.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: LobeChat 文生图:文本转图片生成技术
33
description: >-
44
LobeChat 现在支持最新的文本到图片生成技术,让用户可以在与助手对话中直接调用文生图工具进行创作。利用 DALL-E 3、MidJourney 和
55
Pollinations 等 AI 工具,助手们可以将你的想法转化为图像,让创作过程更私密和沉浸式。
6+
tags:
7+
- Text to Image
8+
- 文生图
9+
- AI 创作
610
---
711

812
# 支持 Text to Image 文生图

docs/changelog/2024-02-08-sso-oauth.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: LobeChat Supports Multi-User Management with Clerk and Next-Auth
33
description: >-
44
LobeChat offers various user authentication and management solutions,
55
including Clerk and Next-Auth, to meet the diverse needs of different users.
6+
tags:
7+
- User Management
8+
- Next-Auth
9+
- Clerk
10+
- Authentication
11+
- Multi-Factor Authentication
612
---
713

814
# Support for Multi-User Management with Clerk and Next-Auth

docs/changelog/2024-02-08-sso-oauth.zh-CN.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
title: LobeChat 支持 Clerk 与 Next-Auth 多用户管理支持
33
description: LobeChat 提供 Clerk 和 Next-Auth 等多种用户认证和管理方案,以满足不同用户的需求。
4+
tags:
5+
- 用户管理
6+
- 身份验证
7+
- next-auth
8+
- Clerk
9+
- 多因素认证
410
---
511

612
# 支持 Clerk 与 Next-Auth 多用户管理支持

docs/changelog/2024-02-14-ollama.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
title: LobeChat Supports Ollama for Local Large Language Model (LLM) Calls
33
description: LobeChat v0.127.0 supports using Ollama to call local large language models.
4+
tags:
5+
- Ollama AI
6+
- LobeChat
7+
- Local LLMs
8+
- AI Conversations
9+
- GPT-4
410
---
511

612
# Support for Ollama Calls to Local Large Language Models 🦙

docs/changelog/2024-02-14-ollama.zh-CN.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
title: LobeChat 支持 Ollama 调用本地大语言模型(LLM)
33
description: LobeChat vLobeChat v0.127.0 支持 Ollama 调用本地大语言模型。
4+
tags:
5+
- Ollama AI
6+
- LobeChat
7+
- 大语言模型
8+
- AI 对话
49
---
510

611
# 支持 Ollama 调用本地大语言模型 🦙

docs/changelog/2024-06-19-lobe-chat-v1.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ description: >-
44
LobeChat 1.0 brings a brand-new architecture and features for server-side
55
databases and user authentication management, opening up new possibilities. On
66
this basis, LobeChat Cloud has entered beta testing.
7+
tags:
8+
- LobeChat
9+
- Version 1.0
10+
- Server-Side Database
11+
- User Authentication
12+
- Cloud Beta Testing
713
---
814

915
# LobeChat 1.0: New Architecture and New Possibilities

docs/changelog/2024-06-19-lobe-chat-v1.zh-CN.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: LobeChat 1.0:新的架构与新的可能
33
description: >-
44
LobeChat 1.0 带来了服务端数据库、用户鉴权管理的全新架构与特性,开启了新的可能 。在此基础上, LobeChat Cloud 开启 Beta
55
版测试。
6+
tags:
7+
- LobeChat
8+
- 服务端数据库
9+
- 用户鉴权
10+
- Beta 测试
611
---
712

813
# LobeChat 1.0:新的架构与新的可能

docs/changelog/2024-07-19-gpt-4o-mini.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: >-
44
LobeChat v1.6 has been released with support for GPT-4o mini, while LobeChat
55
Cloud services have been fully upgraded to provide users with a more powerful
66
AI conversation experience.
7+
tags:
8+
- LobeChat
9+
- GPT-4o Mini
10+
- AI Conversation
11+
- Cloud Service
712
---
813

914
# GPT-4o Mini Makes a Stunning Debut, Ushering in a New GPT-4 Era 🚀

docs/changelog/2024-07-19-gpt-4o-mini.zh-CN.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: LobeChat 全面进入 GPT-4 时代:GPT-4o mini 正式上线
33
description: >-
44
LobeChat v1.6 重磅发布 GPT-4o mini 支持,同时 LobeChat Cloud 服务全面升级默认模型,为用户带来更强大的 AI
55
对话体验。
6+
tags:
7+
- LobeChat
8+
- GPT-4o mini
9+
- AI 对话服务
610
---
711

812
# GPT-4o mini 震撼登场,开启全新 GPT-4 时代 🚀

docs/changelog/2024-08-02-lobe-chat-database-docker.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ description: >-
44
LobeChat v1.8.0 launches the official database Docker image, supporting cloud
55
data synchronization and user management, along with comprehensive
66
self-deployment documentation.
7+
tags:
8+
- LobeChat
9+
- Docker Image
10+
- Cloud Deployment
11+
- Database
12+
- Postgres
713
---
814

915
# LobeChat Database Docker Image: The Final Piece of the Cloud Deployment Puzzle

docs/changelog/2024-08-02-lobe-chat-database-docker.zh-CN.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
title: LobeChat Database Docker 镜像正式发布
33
description: LobeChat v1.8.0 推出官方数据库 Docker 镜像,支持云端数据同步与用户管理,并提供完整的自部署文档指南。
4+
tags:
5+
- LobeChat
6+
- Docker 镜像
7+
- 云端部署
8+
- 数据库
49
---
510

611
# LobeChat Database Docker 镜像:云端部署的最后一块拼图

docs/changelog/2024-08-21-file-upload-and-knowledge-base.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ description: >-
66
LobeChat introduces a brand new knowledge base feature that supports all types
77
of file management, intelligent vectorization, and file dialogue, making
88
knowledge management and information retrieval easier and smarter.
9+
tags:
10+
- LobeChat
11+
- Knowledge Base
12+
- File Management
13+
- Open Source
14+
- Cloud Version
915
---
1016

1117
# Major Release of Knowledge Base Feature: A Revolution in Intelligent File Management and Dialogue

docs/changelog/2024-08-21-file-upload-and-knowledge-base.zh-CN.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
title: LobeChat 重磅发布知识库功能:打造智能文件管理与对话新体验
33
description: LobeChat 推出全新知识库功能,支持全类型文件管理、智能向量化和文件对话,让知识管理和信息检索更轻松、更智能。
4+
tags:
5+
- LobeChat
6+
- 知识库
7+
- 文件管理
8+
- 智能处理
49
---
510

611
# 知识库功能重磅发布:智能文件管理与对话的革新

docs/changelog/2024-09-13-openai-o1-models.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: LobeChat Perfectly Adapts to OpenAI O1 Series Models
33
description: >-
44
LobeChat v1.17.0 now supports OpenAI's latest o1-preview and o1-mini models,
55
bringing users enhanced coding and mathematical capabilities.
6+
tags:
7+
- OpenAI O1
8+
- LobeChat
9+
- AI Models
10+
- Code Writing
11+
- Mathematical Problem Solving
612
---
713

814
# OpenAI O1 Series Models Now Available on LobeChat

docs/changelog/2024-09-13-openai-o1-models.zh-CN.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
title: LobeChat 完美适配 OpenAI O1 系列模型
33
description: LobeChat v1.17.0 现已支持 OpenAI 最新发布的 o1-preview 和 o1-mini 模型,为用户带来更强大的代码和数学能力。
4+
tags:
5+
- OpenAI O1
6+
- LobeChat
7+
- AI 模型
8+
- 代码编写
9+
- 数学问题
410
---
511

612
# OpenAI O1 系列模型现已登陆 LobeChat

docs/changelog/2024-09-20-artifacts.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ description: >-
44
LobeChat v1.19 brings significant updates, including full feature support for
55
Claude Artifacts, a brand new discovery page design, and support for GitHub
66
Models providers, greatly enhancing the capabilities of the AI assistant.
7+
tags:
8+
- LobeChat
9+
- AI Assistant
10+
- Artifacts
11+
- GitHub Models
12+
- Interactive Experience
713
---
814

915
# Major Update: LobeChat Enters the Era of Artifacts

docs/changelog/2024-09-20-artifacts.zh-CN.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: 重磅更新:LobeChat 迎来 Artifacts 时代
33
description: >-
44
LobeChat v1.19 带来了重大更新,包括 Claude Artifacts 完整特性支持、全新的发现页面设计,以及 GitHub Models
55
服务商支持,让 AI 助手的能力得到显著提升。
6+
tags:
7+
- LobeChat
8+
- Artifacts
9+
- AI 助手
10+
- 更新
11+
- GitHub Models
612
---
713

814
# 重磅更新:LobeChat 迎来 Artifacts 时代

docs/changelog/2024-10-27-pin-assistant.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: >-
44
LobeChat v1.26.0 launches the persistent assistant sidebar feature, supporting
55
quick key switching for easy access to frequently used assistants,
66
significantly enhancing efficiency.
7+
tags:
8+
- Persistent Assistant
9+
- Sidebar Feature
10+
- User Experience
11+
- Workflow Optimization
712
---
813

914
# Persistent Assistant Sidebar: Creating a More Convenient Conversation Experience

docs/changelog/2024-10-27-pin-assistant.zh-CN.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: LobeChat 新增助手常驻侧边栏功能
33
description: LobeChat v1.26.0 推出助手常驻侧边栏功能,支持快捷键切换,让高频使用的助手触手可及,大幅提升使用效率。
4+
tags:
5+
- 助手常驻侧边栏
6+
- 对话体验
7+
- 工作效率
48
---
59

610
# 助手常驻侧边栏:打造更便捷的对话体验

docs/changelog/2024-11-06-share-text-json.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: >-
55
and OpenAI format JSON, making it easy to convert conversation content into
66
note materials, development debugging data, and training corpora,
77
significantly enhancing the reusability of conversation content.
8+
tags:
9+
- Text Format Export
10+
- Markdown Export
11+
- OpenAI JSON
812
---
913

1014
# Upgraded Conversation Sharing: Support for Text Format Export

docs/changelog/2024-11-06-share-text-json.zh-CN.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: LobeChat 支持分享对话为文本格式(Markdown/JSON)
33
description: >-
44
LobeChat v1.28.0 新增 Markdown 和 OpenAI 格式 JSON
55
导出支持,让对话内容能轻松转化为笔记素材、开发调试数据和训练语料,显著提升对话内容的复用价值。
6+
tags:
7+
- 对话内容
8+
- Markdown导出
9+
- OpenAI JSON
610
---
711

812
# 对话内容分享升级:支持文本格式导出

docs/changelog/2024-11-25-november-providers.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ title: New Model Providers Added to LobeChat in November
33
description: >-
44
LobeChat model providers now support Gitee AI, InternLM (ShuSheng PuYu), xAI,
55
and Cloudflare WorkersAI
6+
tags:
7+
- LobeChat
8+
- AI Model Providers
9+
- Gitee AI
10+
- InternLM
11+
- xAI
12+
- Cloudflare Workers AI
613
---
714

815
# New Model Providers Added to LobeChat in November 🎉

docs/changelog/2024-11-25-november-providers.zh-CN.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
22
title: LobeChat 11 月新增模型服务
33
description: 'LobeChat 模型服务新增支持 Gitee AI, InternLM (书生浦语), xAI, Cloudflare WorkersAI'
4+
tags:
5+
- LobeChat
6+
- AI模型服务
7+
- Gitee AI
8+
- InternLM
9+
- xAI
10+
- Cloudflare Workers AI
411
---
512

613
# LobeChat 11 月新增模型服务支持 🎉

docs/changelog/2024-11-27-forkable-chat.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: LobeChat Supports Branching Conversations
33
description: >-
44
LobeChat now allows you to create new conversation branches from any message,
55
freeing your thoughts.
6+
tags:
7+
- Branching Conversations
8+
- LobeChat
9+
- Chat Features
610
---
711

812
# Exciting Launch of Branching Conversations Feature 🎉

0 commit comments

Comments
 (0)