Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Mar 10, 2024
2 parents 13334c8 + 219a0e1 commit 9039ba1
Show file tree
Hide file tree
Showing 28 changed files with 202 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@ Our marketplace is not just a showcase platform but also a collaborative space.

| Recent Submits | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Gen Z Engagement Specialist](https://chat-preview.lobehub.com/market?agent=gen-z)<br/><sup>By **[MYSeaIT](https://github.com/MYSeaIT)** on **2024-03-09**</sup> | Specializes in engaging Gen Z users with tailored interactions reflecting their preferences and values.<br/>`engagement` `gen-z` `communication` `advice` `interaction` |
| [Schedule Management Assistant](https://chat-preview.lobehub.com/market?agent=calendar-manager)<br/><sup>By **[ccdanpian](https://github.com/ccdanpian)** on **2024-03-07**</sup> | Schedule Management Assistant, calls the time plugin to handle requests for adding, querying, and deleting schedules, supports multiple operations and reminders.<br/>`schedule-management` `time-plugin` `add-schedule` `query-schedule` `delete-schedule` |
| [Business Email Writing Expert](https://chat-preview.lobehub.com/market?agent=business-email)<br/><sup>By **[canisminor1990](https://github.com/canisminor1990)** on **2024-03-06**</sup> | Business email writing expert specializing in bilingual business emails in Chinese and English, cross-cultural communication, and engagement in the GitHub open-source community.<br/>`business-email-writing` `business-cooperation` `business-authorization` `cross-cultural-communication` `git-hub-and-open-source-community` |
| [Discord Style Copywriting Expert](https://chat-preview.lobehub.com/market?agent=discord-copywriting)<br/><sup>By **[canisminor1990](https://github.com/canisminor1990)** on **2024-03-06**</sup> | A copywriting expert in Discord style, prioritizing humor and user experience, specializing in personalized software copywriting.<br/>`copywriting` `creation` `user-experience` `humor` `software-system` |
| [AI Image Prompt Architect](https://chat-preview.lobehub.com/market?agent=9-somboon)<br/><sup>By **[9Somboon](https://github.com/9Somboon)** on **2024-03-05**</sup> | Specialises in creating detailed prompts for AI image generation.<br/>`stable-diffusion` `ai-image-generation` `prompts` `photography` `creative` `art` |

> 📊 Total agents: [<kbd>**199**</kbd> ](https://github.com/lobehub/lobe-chat-agents)
> 📊 Total agents: [<kbd>**200**</kbd> ](https://github.com/lobehub/lobe-chat-agents)
<!-- AGENT LIST -->

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ LobeChat 的插件生态系统是其核心功能的重要扩展,它极大地

| 最近新增 | 助手说明 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Gen Z Engagement Specialist](https://chat-preview.lobehub.com/market?agent=gen-z)<br/><sup>By **[MYSeaIT](https://github.com/MYSeaIT)** on **2024-03-09**</sup> | 专注于通过定制互动反映他们的偏好和价值观,与 Gen Z 用户进行互动。<br/>`engagement` `gen-z` `communication` `advice` `interaction` |
| [日程管理助手](https://chat-preview.lobehub.com/market?agent=calendar-manager)<br/><sup>By **[ccdanpian](https://github.com/ccdanpian)** on **2024-03-07**</sup> | 日程管理助手,调用时间插件,处理新增、查询、删除日程请求,支持多种操作和提醒。<br/>`日程管理` `时间插件` `新增日程` `查询日程` `删除日程` |
| [商务邮件撰写专家](https://chat-preview.lobehub.com/market?agent=business-email)<br/><sup>By **[canisminor1990](https://github.com/canisminor1990)** on **2024-03-06**</sup> | 商务邮件撰写专家,擅长中英文商务邮件,跨文化沟通,GitHub 开源社区交流。<br/>`商务邮件撰写` `商业合作` `商务授权` `跨文化沟通` `git-hub和开源社区` |
| [Discord 风格文案大师](https://chat-preview.lobehub.com/market?agent=discord-copywriting)<br/><sup>By **[canisminor1990](https://github.com/canisminor1990)** on **2024-03-06**</sup> | Discord 风格文案专家,幽默风趣、用户体验优先,个性化设计软件文案。<br/>`文案生成` `创作` `用户体验` `幽默风趣` `软件系统` |
| [AI 图像提示建筑师](https://chat-preview.lobehub.com/market?agent=9-somboon)<br/><sup>By **[9Somboon](https://github.com/9Somboon)** on **2024-03-05**</sup> | 专门为 AI 图像生成创建详细提示。<br/>`stable-diffusion` `ai-image-generation` `prompts` `photography` `creative` `art` |

> 📊 Total agents: [<kbd>**199**</kbd> ](https://github.com/lobehub/lobe-chat-agents)
> 📊 Total agents: [<kbd>**200**</kbd> ](https://github.com/lobehub/lobe-chat-agents)
<!-- AGENT LIST -->

Expand Down
11 changes: 11 additions & 0 deletions docs/self-hosting/environment-variables.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Cards } from 'nextra/components';

# Environment Variables

LobeChat provides some additional configuration options when deployed, which can be customized using environment variables.

<Cards>
<Cards.Card href={'environment-variables/basic'} title={'Basic Environment Variables'} />

<Cards.Card href={'environment-variables/model-provider'} title={'Model Service Providers'} />
</Cards>
10 changes: 10 additions & 0 deletions docs/self-hosting/environment-variables.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Cards } from 'nextra/components';

# 环境变量

LobeChat 在部署时提供了一些额外的配置项,你可以使用环境变量进行自定义设置。

<Cards>
<Cards.Card href={'environment-variables/basic'} title={'基础环境变量'} />
<Cards.Card href={'environment-variables/model-provider'} title={'模型服务商'} />
</Cards>
17 changes: 17 additions & 0 deletions docs/self-hosting/start.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Build your own Lobe Chat

Choose your favorite platform to get started.

## Choose your deployment platform

LobeChat support multiple deployment platforms, including Vercel, Docker, and Docker Compose and so on, you can choose the deployment platform that suits you.

<PlatformCards
docker={'Docker'}
dockerCompose={'Docker Compose'}
netlify={'Netlify'}
repocloud={'RepoCloud'}
sealos={'SealOS'}
vercel={'Vercel'}
zeabur={'Zeabur'}
/>
17 changes: 17 additions & 0 deletions docs/self-hosting/start.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 构建属于自己的 Lobe Chat

选择自己喜爱的平台,构建属于自己的 Lobe Chat。

## 选择部署平台

LobeChat 支持多种部署平台,包括 Vercel、Docker 和 Docker Compose 等,你可以选择适合自己的部署平台进行部署。

<PlatformCards
docker={'Docker 部署'}
dockerCompose={'Docker Compose 部署'}
netlify={'Netlify 部署'}
repocloud={'Repocloud 部署'}
sealos={'SealOS 部署'}
vercel={'Vercel 部署'}
zeabur={'Zeabur 部署'}
/>
5 changes: 5 additions & 0 deletions docs/usage/agents/model.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: LLM Guide
description: Explore the capabilities of ChatGPT models from gpt-3.5-turbo to gpt-4-32k, understanding their speed, context limits, and cost. Learn about model parameters like temperature and top-p for better output.
---

import { Callout } from 'nextra/components';

# Model Guide
Expand Down
8 changes: 6 additions & 2 deletions docs/usage/features/agent-market.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
title: Assistant Market
---

import { Callout } from 'nextra/components';

# Agent Market
# Assistant Market

<Image
alt={'Agent Market'}
alt={'Assistant Market'}
src={
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/268670869-f1ffbf66-42b6-42cf-a937-9ce1f8328514.png'
}
Expand Down
5 changes: 5 additions & 0 deletions docs/usage/features/local-llm.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Local LLM
image: https://github.com/lobehub/lobe-chat/assets/28616219/8292b22e-1f4f-478b-b510-32c7883c1c6d
---

import { Callout } from 'nextra/components';

# Local Large Language Model (LLM) Support
Expand Down
7 changes: 7 additions & 0 deletions docs/usage/features/local-llm.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: 本地大语言模型(Local)
description: LobeChat 支持本地 LLM,使用 Ollama AI集成带来高效智能沟通。体验本地大语言模型的隐私性、安全性和即时交流
image: https://github.com/lobehub/lobe-chat/assets/28616219/8292b22e-1f4f-478b-b510-32c7883c1c6d
tags: 本地大语言模型,LLM,LobeChat v0.127.0,Ollama AI,Docker 部署
---

import { Callout } from 'nextra/components';

# 支持本地大语言模型(LLM)
Expand Down
4 changes: 4 additions & 0 deletions docs/usage/features/mobile.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Mobile Device Adaptation
---

# Mobile Device Adaptation

<Image
Expand Down
4 changes: 4 additions & 0 deletions docs/usage/features/multi-ai-providers.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Multi AI Providers
---

import { Callout } from 'nextra/components';

# Multi-Model Service Provider Support
Expand Down
4 changes: 4 additions & 0 deletions docs/usage/features/plugin-system.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Plugin System
---

import { Callout, Steps } from 'nextra/components';

# Plugin System
Expand Down
4 changes: 4 additions & 0 deletions docs/usage/features/pwa.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Progressive Web Apps (PWA)
---

import { Steps } from 'nextra/components';

# Progressive Web App (PWA)
Expand Down
4 changes: 4 additions & 0 deletions docs/usage/features/text-to-image.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Text to Image
---

# Text to Image Generation

<Image
Expand Down
4 changes: 4 additions & 0 deletions docs/usage/features/theme.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Custom Themes
---

import { Callout } from 'nextra/components';

# Custom Themes
Expand Down
5 changes: 5 additions & 0 deletions docs/usage/features/tts.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Speech Synthesis and Recognition (TTS & STT)
---


import { Callout } from 'nextra/components';

# TTS & STT Voice Conversation
Expand Down
9 changes: 7 additions & 2 deletions docs/usage/features/vision.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Model Visual Recognition
---
title: Vision Recognition
---


# Model Vision Recognition

<Image
alt={'Model Visual Recognition'}
alt={'Model Vision Recognition'}
src={
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/284072129-382bdf30-e3d6-4411-b5a0-249710b8ba08.png'
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/usage/providers/ollama.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Using Ollama in LobeChat
image: https://github.com/lobehub/lobe-chat/assets/28616219/bb5b3611-3aa8-4ec7-a6dc-f35a13b34d81
---


import { Callout, Steps, Tabs } from 'nextra/components';

# Using Ollama in LobeChat
Expand Down
5 changes: 5 additions & 0 deletions docs/usage/providers/ollama.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: 在 LobeChat 中使用 Ollama
image: https://github.com/lobehub/lobe-chat/assets/28616219/bb5b3611-3aa8-4ec7-a6dc-f35a13b34d81
---

import { Callout, Steps, Tabs } from 'nextra/components';

# 在 LobeChat 中使用 Ollama
Expand Down
6 changes: 6 additions & 0 deletions docs/usage/providers/ollama/gemma.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Using Google Gemma Model
image: https://github.com/lobehub/lobe-chat/assets/28616219/817f5655-4f9e-414b-af9f-9ccc5410a06d
---


import { Callout, Steps } from 'nextra/components';

# Using Google Gemma Model
Expand Down
5 changes: 5 additions & 0 deletions docs/usage/providers/ollama/gemma.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: 使用 Google Gemma 模型
image: https://github.com/lobehub/lobe-chat/assets/28616219/817f5655-4f9e-414b-af9f-9ccc5410a06d
---

import { Callout, Steps } from 'nextra/components';

# 使用 Google Gemma 模型
Expand Down
34 changes: 34 additions & 0 deletions docs/usage/start.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Get Start
image: https://github.com/lobehub/lobe-chat/assets/28616219/9be1a584-8b66-4bc4-ac96-14c4f94dc499
---

# ✨ Feature Overview

<Image
alt={
'Vision Model / TTS & STT / Local LLMs / Multi AI Providers / Agent Market / Plugin System / Personal'
}
height={426}
margin={12}
src={'https://github.com/lobehub/lobe-chat/assets/28616219/8b04c3c9-3d71-4fb4-bd9b-a4f415c5876d'}
width={832}
/>

<FeatureCards
agentMarket={'Assistant Market'}
localLLM={'Local LLM'}
pluginSystem={'Plugin System'}
providers="Multi AI Providers"
textToImage={'Text-to-Image'}
tts={'TTS & STT'}
vision={'Visual Recognition'}
/>

## Experience Features

<ExperienceCards
mobile={'Mobile Device Adaptation'}
theme={'Custom Themes'}
pwa={'Progressive Web App'}
/>
28 changes: 28 additions & 0 deletions docs/usage/start.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: 开始使用
image: https://github.com/lobehub/lobe-chat/assets/28616219/9be1a584-8b66-4bc4-ac96-14c4f94dc499
---

# ✨ LobeChat 功能特性一览

<Image
alt={'视觉感知 / 语音会话 / 多 AI 服务商 / 本地LLM / 助手市场 / 插件系统 / 私人定制'}
height={426}
margin={12}
src={'https://github.com/lobehub/lobe-chat/assets/28616219/8b04c3c9-3d71-4fb4-bd9b-a4f415c5876d'}
width={832}
/>

<FeatureCards
agentMarket={'助手市场'}
localLLM={'本地大语言模型'}
pluginSystem={'插件系统'}
providers="多模型服务商"
textToImage={'文生图'}
tts={'TTS & STT'}
vision={'视觉识别'}
/>

## 体验特性

<ExperienceCards mobile={'移动设备适配'} theme={'自定义主题'} pwa={'渐进式 Web 应用(PWA)'} />

0 comments on commit 9039ba1

Please sign in to comment.