Skip to content

Commit 2c3331a

Browse files
✨ feat: Update Remark (lobehub#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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

0 commit comments

Comments
 (0)