diff --git a/.agents/skills/project-overview/SKILL.md b/.agents/skills/project-overview/SKILL.md
index fb1cf125cb..222fce7f00 100644
--- a/.agents/skills/project-overview/SKILL.md
+++ b/.agents/skills/project-overview/SKILL.md
@@ -43,7 +43,7 @@ Open-source, modern-design AI Agent Workspace: **LobeHub** (previously LobeChat)
Monorepo using `@lobechat/` namespace for workspace packages.
```
-lobe-chat/
+lobehub/
├── apps/
│ └── desktop/ # Electron desktop app
├── docs/
diff --git a/AGENTS.md b/AGENTS.md
index 68d827bde3..11eda18068 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -18,7 +18,7 @@ You are developing an open-source, modern-design AI Agent Workspace: LobeHub (pr
## Directory Structure
```
-lobe-chat/
+lobehub/
├── apps/desktop/ # Electron desktop app
├── packages/ # Shared packages (@lobechat/*)
│ ├── database/ # Database schemas, models, repositories
diff --git a/CLAUDE.md b/CLAUDE.md
index 75a0a49418..025c2711b3 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -14,7 +14,7 @@ Guidelines for using Claude Code in this LobeHub repository.
## Project Structure
```
-lobe-chat/
+lobehub/
├── apps/desktop/ # Electron desktop app
├── packages/ # Shared packages (@lobechat/*)
│ ├── database/ # Database schemas, models, repositories
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7056223dfe..9871986bd3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,7 +25,7 @@ Lobe Chat is an open-source project, and we welcome your collaboration. Before y
📦 Clone your forked repository to your local machine using the `git clone` command:
```bash
-git clone https://github.com/YourUsername/lobe-chat.git
+git clone https://github.com/YourUsername/lobehub.git
```
## Create a New Branch
@@ -64,7 +64,7 @@ Please keep your commits focused and clear. And remember to be kind to your fell
⚙️ Periodically, sync your forked repository with the original (upstream) repository to stay up-to-date with the latest changes.
```bash
-git remote add upstream https://github.com/lobehub/lobe-chat.git
+git remote add upstream https://github.com/lobehub/lobehub.git
git fetch upstream
git merge upstream/main
```
diff --git a/Dockerfile b/Dockerfile
index cbc7d24181..9466d0614d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -144,7 +144,7 @@ ENV NODE_ENV="production" \
SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
# Make the middleware rewrite through local as default
-# refs: https://github.com/lobehub/lobe-chat/issues/5876
+# refs: https://github.com/lobehub/lobehub/issues/5876
ENV MIDDLEWARE_REWRITE_THROUGH_LOCAL="1"
# set hostname to localhost
diff --git a/GEMINI.md b/GEMINI.md
index 537e7f63aa..7cdcffae2a 100644
--- a/GEMINI.md
+++ b/GEMINI.md
@@ -14,7 +14,7 @@ Guidelines for using Gemini CLI in this LobeHub repository.
## Project Structure
```
-lobe-chat/
+lobehub/
├── apps/desktop/ # Electron desktop app
├── packages/ # Shared packages (@lobechat/*)
│ ├── database/ # Database schemas, models, repositories
diff --git a/README.md b/README.md
index 419f60fe0f..4a93c6ff69 100644
--- a/README.md
+++ b/README.md
@@ -117,8 +117,8 @@ Whether for users or professional developers, LobeHub will be your AI Agent play
Star History
-
-
+
+
@@ -311,7 +311,7 @@ We have implemented support for the following model service providers:
-At the same time, we are also planning to support more model service providers. If you would like LobeHub to support your favorite service provider, feel free to join our [💬 community discussion](https://github.com/lobehub/lobe-chat/discussions/1284).
+At the same time, we are also planning to support more model service providers. If you would like LobeHub to support your favorite service provider, feel free to join our [💬 community discussion](https://github.com/lobehub/lobehub/discussions/1284).
@@ -390,7 +390,7 @@ This enables a more private and immersive creative process, allowing for the sea
The plugin ecosystem of LobeHub is an important extension of its core functionality, greatly enhancing the practicality and flexibility of the LobeHub assistant.
-
+
By utilizing plugins, LobeHub assistants can obtain and process real-time information, such as searching for web information and providing users with instant and relevant news.
@@ -618,7 +618,7 @@ We provide a Docker image for deploying the LobeHub service on your own private
1. create a folder to for storage files
```fish
-$ mkdir lobe-chat-db && cd lobe-chat-db
+$ mkdir lobehub-db && cd lobehub-db
```
2. init the LobeHub infrastructure
@@ -687,9 +687,9 @@ Plugins provide a means to extend the [Function Calling][docs-function-call] cap
>
> The plugin system is currently undergoing major development. You can learn more in the following issues:
>
-> - [x] [**Plugin Phase 1**](https://github.com/lobehub/lobe-chat/issues/73): Implement separation of the plugin from the main body, split the plugin into an independent repository for maintenance, and realize dynamic loading of the plugin.
-> - [x] [**Plugin Phase 2**](https://github.com/lobehub/lobe-chat/issues/97): The security and stability of the plugin's use, more accurately presenting abnormal states, the maintainability of the plugin architecture, and developer-friendly.
-> - [x] [**Plugin Phase 3**](https://github.com/lobehub/lobe-chat/issues/149): Higher-level and more comprehensive customization capabilities, support for plugin authentication, and examples.
+> - [x] [**Plugin Phase 1**](https://github.com/lobehub/lobehub/issues/73): Implement separation of the plugin from the main body, split the plugin into an independent repository for maintenance, and realize dynamic loading of the plugin.
+> - [x] [**Plugin Phase 2**](https://github.com/lobehub/lobehub/issues/97): The security and stability of the plugin's use, more accurately presenting abnormal states, the maintainability of the plugin architecture, and developer-friendly.
+> - [x] [**Plugin Phase 3**](https://github.com/lobehub/lobehub/issues/149): Higher-level and more comprehensive customization capabilities, support for plugin authentication, and examples.
@@ -706,8 +706,8 @@ You can use GitHub Codespaces for online development:
Or clone it for local development:
```fish
-$ git clone https://github.com/lobehub/lobe-chat.git
-$ cd lobe-chat
+$ git clone https://github.com/lobehub/lobehub.git
+$ cd lobehub
$ pnpm install
$ pnpm dev # Full-stack (Next.js + Vite SPA)
$ bun run dev:spa # SPA frontend only (port 9876)
@@ -741,11 +741,11 @@ Contributions of all types are more than welcome; if you are interested in contr
[![][submit-agents-shield]][submit-agents-link]
[![][submit-plugin-shield]][submit-plugin-link]
-
+
-
+
@@ -828,18 +828,18 @@ This project is [LobeHub Community License](./LICENSE) licensed.
[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk
[chat-plugin-template]: https://github.com/lobehub/chat-plugin-template
[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway
-[codecov-link]: https://codecov.io/gh/lobehub/lobe-chat
-[codecov-shield]: https://img.shields.io/codecov/c/github/lobehub/lobe-chat?labelColor=black&style=flat-square&logo=codecov&logoColor=white
-[codespaces-link]: https://codespaces.new/lobehub/lobe-chat
+[codecov-link]: https://codecov.io/gh/lobehub/lobehub
+[codecov-shield]: https://img.shields.io/codecov/c/github/lobehub/lobehub?labelColor=black&style=flat-square&logo=codecov&logoColor=white
+[codespaces-link]: https://codespaces.new/lobehub/lobehub
[codespaces-shield]: https://github.com/codespaces/badge.svg
[deploy-button-image]: https://vercel.com/button
-[deploy-link]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobe-chat&repository-name=lobe-chat
+[deploy-link]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobehub&repository-name=lobehub
[deploy-on-alibaba-cloud-button-image]: https://service-info-public.oss-cn-hangzhou.aliyuncs.com/computenest-en.svg
[deploy-on-alibaba-cloud-link]: https://computenest.console.aliyun.com/service/instance/create/default?type=user&ServiceName=LobeHub%E7%A4%BE%E5%8C%BA%E7%89%88
[deploy-on-repocloud-button-image]: https://d16t0pc4846x52.cloudfront.net/deploylobe.svg
[deploy-on-repocloud-link]: https://repocloud.io/details/?app_id=248
[deploy-on-sealos-button-image]: https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg
-[deploy-on-sealos-link]: https://template.usw.sealos.io/deploy?templateName=lobe-chat-db
+[deploy-on-sealos-link]: https://template.usw.sealos.io/deploy?templateName=lobehub-db
[deploy-on-zeabur-button-image]: https://zeabur.com/button.svg
[deploy-on-zeabur-link]: https://zeabur.com/templates/VZGGTI
[discord-link]: https://discord.gg/AYFPHvv2jT
@@ -877,27 +877,27 @@ This project is [LobeHub Community License](./LICENSE) licensed.
[docs-upstream-sync]: https://lobehub.com/docs/self-hosting/advanced/upstream-sync
[docs-usage-ollama]: https://lobehub.com/docs/usage/providers/ollama
[docs-usage-plugin]: https://lobehub.com/docs/usage/plugins/basic
-[fossa-license-link]: https://app.fossa.com/projects/git%2Bgithub.com%2Flobehub%2Flobe-chat
-[fossa-license-shield]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Flobehub%2Flobe-chat.svg?type=large
-[github-action-release-link]: https://github.com/actions/workflows/lobehub/lobe-chat/release.yml
-[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-chat/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
-[github-action-test-link]: https://github.com/actions/workflows/lobehub/lobe-chat/test.yml
-[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-chat/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
-[github-contributors-link]: https://github.com/lobehub/lobe-chat/graphs/contributors
-[github-contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-chat?color=c4f042&labelColor=black&style=flat-square
-[github-forks-link]: https://github.com/lobehub/lobe-chat/network/members
-[github-forks-shield]: https://img.shields.io/github/forks/lobehub/lobe-chat?color=8ae8ff&labelColor=black&style=flat-square
-[github-issues-link]: https://github.com/lobehub/lobe-chat/issues
-[github-issues-shield]: https://img.shields.io/github/issues/lobehub/lobe-chat?color=ff80eb&labelColor=black&style=flat-square
-[github-license-link]: https://github.com/lobehub/lobe-chat/blob/main/LICENSE
+[fossa-license-link]: https://app.fossa.com/projects/git%2Bgithub.com%2Flobehub%2Flobehub
+[fossa-license-shield]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Flobehub%2Flobehub.svg?type=large
+[github-action-release-link]: https://github.com/actions/workflows/lobehub/lobehub/release.yml
+[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobehub/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
+[github-action-test-link]: https://github.com/actions/workflows/lobehub/lobehub/test.yml
+[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobehub/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
+[github-contributors-link]: https://github.com/lobehub/lobehub/graphs/contributors
+[github-contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobehub?color=c4f042&labelColor=black&style=flat-square
+[github-forks-link]: https://github.com/lobehub/lobehub/network/members
+[github-forks-shield]: https://img.shields.io/github/forks/lobehub/lobehub?color=8ae8ff&labelColor=black&style=flat-square
+[github-issues-link]: https://github.com/lobehub/lobehub/issues
+[github-issues-shield]: https://img.shields.io/github/issues/lobehub/lobehub?color=ff80eb&labelColor=black&style=flat-square
+[github-license-link]: https://github.com/lobehub/lobehub/blob/main/LICENSE
[github-license-shield]: https://img.shields.io/badge/license-apache%202.0-white?labelColor=black&style=flat-square
-[github-project-link]: https://github.com/lobehub/lobe-chat/projects
-[github-release-link]: https://github.com/lobehub/lobe-chat/releases
-[github-release-shield]: https://img.shields.io/github/v/release/lobehub/lobe-chat?color=369eff&labelColor=black&logo=github&style=flat-square
-[github-releasedate-link]: https://github.com/lobehub/lobe-chat/releases
-[github-releasedate-shield]: https://img.shields.io/github/release-date/lobehub/lobe-chat?labelColor=black&style=flat-square
-[github-stars-link]: https://github.com/lobehub/lobe-chat/stargazers
-[github-stars-shield]: https://img.shields.io/github/stars/lobehub/lobe-chat?color=ffcb47&labelColor=black&style=flat-square
+[github-project-link]: https://github.com/lobehub/lobehub/projects
+[github-release-link]: https://github.com/lobehub/lobehub/releases
+[github-release-shield]: https://img.shields.io/github/v/release/lobehub/lobehub?color=369eff&labelColor=black&logo=github&style=flat-square
+[github-releasedate-link]: https://github.com/lobehub/lobehub/releases
+[github-releasedate-shield]: https://img.shields.io/github/release-date/lobehub/lobehub?labelColor=black&style=flat-square
+[github-stars-link]: https://github.com/lobehub/lobehub/stargazers
+[github-stars-shield]: https://img.shields.io/github/stars/lobehub/lobehub?color=ffcb47&labelColor=black&style=flat-square
[github-trending-shield]: https://trendshift.io/api/badge/repositories/2256
[github-trending-url]: https://trendshift.io/repositories/2256
[image-banner]: https://github.com/user-attachments/assets/0fe626a3-0ddc-4f67-b595-3c5b3f1701e0
@@ -922,7 +922,7 @@ This project is [LobeHub Community License](./LICENSE) licensed.
[image-feat-vision]: https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07
[image-feat-web-search]: https://github.com/user-attachments/assets/cfdc48ac-b5f8-4a00-acee-db8f2eba09ad
[image-star]: https://github.com/user-attachments/assets/3216e25b-186f-4a54-9cb4-2f124aec0471
-[issues-link]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat
+[issues-link]: https://img.shields.io/github/issues/lobehub/lobehub.svg?style=flat
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins
[lobe-commit]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-commit
[lobe-i18n]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-i18n
@@ -941,22 +941,22 @@ This project is [LobeHub Community License](./LICENSE) licensed.
[lobe-ui-link]: https://www.npmjs.com/package/@lobehub/ui
[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
[official-site]: https://lobehub.com
-[pr-welcome-link]: https://github.com/lobehub/lobe-chat/pulls
+[pr-welcome-link]: https://github.com/lobehub/lobehub/pulls
[pr-welcome-shield]: https://img.shields.io/badge/🤯_pr_welcome-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
[profile-link]: https://github.com/lobehub
[share-linkedin-link]: https://linkedin.com/feed
[share-linkedin-shield]: https://img.shields.io/badge/-share%20on%20linkedin-black?labelColor=black&logo=linkedin&logoColor=white&style=flat-square
-[share-mastodon-link]: https://mastodon.social/share?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source,%20extensible%20%28Function%20Calling%29,%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20https://github.com/lobehub/lobe-chat%20#chatbot%20#chatGPT%20#openAI
+[share-mastodon-link]: https://mastodon.social/share?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source,%20extensible%20%28Function%20Calling%29,%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20https://github.com/lobehub/lobehub%20#chatbot%20#chatGPT%20#openAI
[share-mastodon-shield]: https://img.shields.io/badge/-share%20on%20mastodon-black?labelColor=black&logo=mastodon&logoColor=white&style=flat-square
-[share-reddit-link]: https://www.reddit.com/submit?title=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
+[share-reddit-link]: https://www.reddit.com/submit?title=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub
[share-reddit-shield]: https://img.shields.io/badge/-share%20on%20reddit-black?labelColor=black&logo=reddit&logoColor=white&style=flat-square
-[share-telegram-link]: https://t.me/share/url"?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
+[share-telegram-link]: https://t.me/share/url"?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub
[share-telegram-shield]: https://img.shields.io/badge/-share%20on%20telegram-black?labelColor=black&logo=telegram&logoColor=white&style=flat-square
-[share-weibo-link]: http://service.weibo.com/share/share.php?sharesource=weibo&title=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
+[share-weibo-link]: http://service.weibo.com/share/share.php?sharesource=weibo&title=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub
[share-weibo-shield]: https://img.shields.io/badge/-share%20on%20weibo-black?labelColor=black&logo=sinaweibo&logoColor=white&style=flat-square
-[share-whatsapp-link]: https://api.whatsapp.com/send?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat%20%23chatbot%20%23chatGPT%20%23openAI
+[share-whatsapp-link]: https://api.whatsapp.com/send?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub%20%23chatbot%20%23chatGPT%20%23openAI
[share-whatsapp-shield]: https://img.shields.io/badge/-share%20on%20whatsapp-black?labelColor=black&logo=whatsapp&logoColor=white&style=flat-square
-[share-x-link]: https://x.com/intent/tweet?hashtags=chatbot%2CchatGPT%2CopenAI&text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
+[share-x-link]: https://x.com/intent/tweet?hashtags=chatbot%2CchatGPT%2CopenAI&text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub
[share-x-shield]: https://img.shields.io/badge/-share%20on%20x-black?labelColor=black&logo=x&logoColor=white&style=flat-square
[sponsor-link]: https://opencollective.com/lobehub 'Become ❤️ LobeHub Sponsor'
[sponsor-shield]: https://img.shields.io/badge/-Sponsor%20LobeHub-f04f88?logo=opencollective&logoColor=white&style=flat-square
diff --git a/README.zh-CN.md b/README.zh-CN.md
index e471bc4ff5..68614ffdae 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -114,8 +114,8 @@ LobeHub 是一个工作与生活空间,用于发现、构建并与会随着您
Star History
-
-
+
+
@@ -300,7 +300,7 @@ LobeHub 支持文件上传与知识库功能,你可以上传文件、图片、
-同时,我们也在计划支持更多的模型服务商,以进一步丰富我们的服务商库。如果你希望让 LobeHub 支持你喜爱的服务商,欢迎加入我们的 [💬 社区讨论](https://github.com/lobehub/lobe-chat/discussions/6157)。
+同时,我们也在计划支持更多的模型服务商,以进一步丰富我们的服务商库。如果你希望让 LobeHub 支持你喜爱的服务商,欢迎加入我们的 [💬 社区讨论](https://github.com/lobehub/lobehub/discussions/6157)。
@@ -374,7 +374,7 @@ LobeHub 支持文字转语音(Text-to-Speech,TTS)和语音转文字(Spee
LobeHub 的插件生态系统是其核心功能的重要扩展,它极大地增强了 ChatGPT 的实用性和灵活性。
-
+
通过利用插件,ChatGPT 能够实现实时信息的获取和处理,例如自动获取最新新闻头条,为用户提供即时且相关的资讯。
@@ -592,7 +592,7 @@ LobeHub 提供了 Vercel 的 自托管版本 和 [Docker 镜像][docker-release-
1. 创建一个用于存储文件的文件夹
```fish
-$ mkdir lobe-chat-db && cd lobe-chat-db
+$ mkdir lobehub-db && cd lobehub-db
```
2. 启动一键脚本
@@ -702,9 +702,9 @@ API Key 是使用 LobeHub 进行大语言模型会话的必要信息,本节以
>
> 插件系统目前正在进行重大开发。您可以在以下 Issues 中了解更多信息:
>
-> - [x] [**插件一期**](https://github.com/lobehub/lobe-chat/issues/73): 实现插件与主体分离,将插件拆分为独立仓库维护,并实现插件的动态加载
-> - [x] [**插件二期**](https://github.com/lobehub/lobe-chat/issues/97): 插件的安全性与使用的稳定性,更加精准地呈现异常状态,插件架构的可维护性与开发者友好
-> - [x] [**插件三期**](https://github.com/lobehub/lobe-chat/issues/149):更高阶与完善的自定义能力,支持插件鉴权与示例
+> - [x] [**插件一期**](https://github.com/lobehub/lobehub/issues/73): 实现插件与主体分离,将插件拆分为独立仓库维护,并实现插件的动态加载
+> - [x] [**插件二期**](https://github.com/lobehub/lobehub/issues/97): 插件的安全性与使用的稳定性,更加精准地呈现异常状态,插件架构的可维护性与开发者友好
+> - [x] [**插件三期**](https://github.com/lobehub/lobehub/issues/149):更高阶与完善的自定义能力,支持插件鉴权与示例
@@ -721,8 +721,8 @@ API Key 是使用 LobeHub 进行大语言模型会话的必要信息,本节以
或者使用以下命令进行本地开发:
```fish
-$ git clone https://github.com/lobehub/lobe-chat.git
-$ cd lobe-chat
+$ git clone https://github.com/lobehub/lobehub.git
+$ cd lobehub
$ pnpm install
$ pnpm run dev # 全栈开发(Next.js + Vite SPA)
$ bun run dev:spa # 仅 SPA 前端(端口 9876)
@@ -755,11 +755,11 @@ $ bun run dev:spa # 仅 SPA 前端(端口 9876)
[![][submit-agents-shield]][submit-agents-link]
[![][submit-plugin-shield]][submit-plugin-link]
-
+
-
+
@@ -842,16 +842,16 @@ This project is [LobeHub Community License](./LICENSE) licensed.
[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk
[chat-plugin-template]: https://github.com/lobehub/chat-plugin-template
[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway
-[codecov-link]: https://codecov.io/gh/lobehub/lobe-chat
-[codecov-shield]: https://img.shields.io/codecov/c/github/lobehub/lobe-chat?labelColor=black&style=flat-square&logo=codecov&logoColor=white
-[codespaces-link]: https://codespaces.new/lobehub/lobe-chat
+[codecov-link]: https://codecov.io/gh/lobehub/lobehub
+[codecov-shield]: https://img.shields.io/codecov/c/github/lobehub/lobehub?labelColor=black&style=flat-square&logo=codecov&logoColor=white
+[codespaces-link]: https://codespaces.new/lobehub/lobehub
[codespaces-shield]: https://github.com/codespaces/badge.svg
[deploy-button-image]: https://vercel.com/button
-[deploy-link]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobe-chat&repository-name=lobe-chat
+[deploy-link]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobehub&repository-name=lobehub
[deploy-on-alibaba-cloud-button-image]: https://service-info-public.oss-cn-hangzhou.aliyuncs.com/computenest-en.svg
[deploy-on-alibaba-cloud-link]: https://computenest.console.aliyun.com/service/instance/create/default?type=user&ServiceName=LobeHub%E7%A4%BE%E5%8C%BA%E7%89%88
[deploy-on-sealos-button-image]: https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg
-[deploy-on-sealos-link]: https://template.hzh.sealos.run/deploy?templateName=lobe-chat-db
+[deploy-on-sealos-link]: https://template.hzh.sealos.run/deploy?templateName=lobehub-db
[deploy-on-zeabur-button-image]: https://zeabur.com/button.svg
[deploy-on-zeabur-link]: https://zeabur.com/templates/VZGGTI
[discord-link]: https://discord.gg/AYFPHvv2jT
@@ -889,28 +889,28 @@ This project is [LobeHub Community License](./LICENSE) licensed.
[docs-upstream-sync]: https://lobehub.com/docs/self-hosting/advanced/upstream-sync
[docs-usage-ollama]: https://lobehub.com/docs/usage/providers/ollama
[docs-usage-plugin]: https://lobehub.com/docs/usage/plugins/basic
-[fossa-license-link]: https://app.fossa.com/projects/git%2Bgithub.com%2Flobehub%2Flobe-chat
-[fossa-license-shield]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Flobehub%2Flobe-chat.svg?type=large
-[github-action-release-link]: https://github.com/lobehub/lobe-chat/actions/workflows/release.yml
-[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-chat/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
-[github-action-test-link]: https://github.com/lobehub/lobe-chat/actions/workflows/test.yml
-[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-chat/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
-[github-contributors-link]: https://github.com/lobehub/lobe-chat/graphs/contributors
-[github-contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-chat?color=c4f042&labelColor=black&style=flat-square
-[github-forks-link]: https://github.com/lobehub/lobe-chat/network/members
-[github-forks-shield]: https://img.shields.io/github/forks/lobehub/lobe-chat?color=8ae8ff&labelColor=black&style=flat-square
+[fossa-license-link]: https://app.fossa.com/projects/git%2Bgithub.com%2Flobehub%2Flobehub
+[fossa-license-shield]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Flobehub%2Flobehub.svg?type=large
+[github-action-release-link]: https://github.com/lobehub/lobehub/actions/workflows/release.yml
+[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobehub/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
+[github-action-test-link]: https://github.com/lobehub/lobehub/actions/workflows/test.yml
+[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobehub/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
+[github-contributors-link]: https://github.com/lobehub/lobehub/graphs/contributors
+[github-contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobehub?color=c4f042&labelColor=black&style=flat-square
+[github-forks-link]: https://github.com/lobehub/lobehub/network/members
+[github-forks-shield]: https://img.shields.io/github/forks/lobehub/lobehub?color=8ae8ff&labelColor=black&style=flat-square
[github-hello-shield]: https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=39701baf5a734cb894ec812248a5655a&claim_uid=HxYvFN34htJzGCD&theme=dark&theme=neutral&theme=dark&theme=neutral
[github-hello-url]: https://hellogithub.com/repository/39701baf5a734cb894ec812248a5655a
-[github-issues-link]: https://github.com/lobehub/lobe-chat/issues
-[github-issues-shield]: https://img.shields.io/github/issues/lobehub/lobe-chat?color=ff80eb&labelColor=black&style=flat-square
-[github-license-link]: https://github.com/lobehub/lobe-chat/blob/main/LICENSE
+[github-issues-link]: https://github.com/lobehub/lobehub/issues
+[github-issues-shield]: https://img.shields.io/github/issues/lobehub/lobehub?color=ff80eb&labelColor=black&style=flat-square
+[github-license-link]: https://github.com/lobehub/lobehub/blob/main/LICENSE
[github-license-shield]: https://img.shields.io/badge/license-apache%202.0-white?labelColor=black&style=flat-square
-[github-project-link]: https://github.com/lobehub/lobe-chat/projects
-[github-release-link]: https://github.com/lobehub/lobe-chat/releases
-[github-release-shield]: https://img.shields.io/github/v/release/lobehub/lobe-chat?color=369eff&labelColor=black&logo=github&style=flat-square
-[github-releasedate-link]: https://github.com/lobehub/lobe-chat/releases
-[github-releasedate-shield]: https://img.shields.io/github/release-date/lobehub/lobe-chat?labelColor=black&style=flat-square
-[github-stars-link]: https://github.com/lobehub/lobe-chat/stargazers
+[github-project-link]: https://github.com/lobehub/lobehub/projects
+[github-release-link]: https://github.com/lobehub/lobehub/releases
+[github-release-shield]: https://img.shields.io/github/v/release/lobehub/lobehub?color=369eff&labelColor=black&logo=github&style=flat-square
+[github-releasedate-link]: https://github.com/lobehub/lobehub/releases
+[github-releasedate-shield]: https://img.shields.io/github/release-date/lobehub/lobehub?labelColor=black&style=flat-square
+[github-stars-link]: https://github.com/lobehub/lobehub/stargazers
[github-stars-shield]: https://github.com/user-attachments/assets/3216e25b-186f-4a54-9cb4-2f124aec0471
[github-trending-shield]: https://trendshift.io/api/badge/repositories/2256
[github-trending-url]: https://trendshift.io/repositories/2256
@@ -935,7 +935,7 @@ This project is [LobeHub Community License](./LICENSE) licensed.
[image-feat-vision]: https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07
[image-feat-web-search]: https://github.com/user-attachments/assets/cfdc48ac-b5f8-4a00-acee-db8f2eba09ad
[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
+[issues-link]: https://img.shields.io/github/issues/lobehub/lobehub.svg?style=flat
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins
[lobe-commit]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-commit
[lobe-i18n]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-i18n
@@ -954,20 +954,20 @@ This project is [LobeHub Community License](./LICENSE) licensed.
[lobe-ui-link]: https://www.npmjs.com/package/@lobehub/ui
[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
[official-site]: https://lobehub.com
-[pr-welcome-link]: https://github.com/lobehub/lobe-chat/pulls
+[pr-welcome-link]: https://github.com/lobehub/lobehub/pulls
[pr-welcome-shield]: https://img.shields.io/badge/🤯_pr_welcome-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
[profile-link]: https://github.com/lobehub
-[share-mastodon-link]: https://mastodon.social/share?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source,%20extensible%20(Function%20Calling),%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT/LLM%20web%20application.%20https://github.com/lobehub/lobe-chat%20#chatbot%20#chatGPT%20#openAI
+[share-mastodon-link]: https://mastodon.social/share?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeHub%20-%20An%20open-source,%20extensible%20(Function%20Calling),%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT/LLM%20web%20application.%20https://github.com/lobehub/lobehub%20#chatbot%20#chatGPT%20#openAI
[share-mastodon-shield]: https://img.shields.io/badge/-share%20on%20mastodon-black?labelColor=black&logo=mastodon&logoColor=white&style=flat-square
-[share-reddit-link]: https://www.reddit.com/submit?title=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
+[share-reddit-link]: https://www.reddit.com/submit?title=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub
[share-reddit-shield]: https://img.shields.io/badge/-share%20on%20reddit-black?labelColor=black&logo=reddit&logoColor=white&style=flat-square
-[share-telegram-link]: https://t.me/share/url"?text=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
+[share-telegram-link]: https://t.me/share/url"?text=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub
[share-telegram-shield]: https://img.shields.io/badge/-share%20on%20telegram-black?labelColor=black&logo=telegram&logoColor=white&style=flat-square
-[share-weibo-link]: http://service.weibo.com/share/share.php?sharesource=weibo&title=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
+[share-weibo-link]: http://service.weibo.com/share/share.php?sharesource=weibo&title=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub
[share-weibo-shield]: https://img.shields.io/badge/-share%20on%20weibo-black?labelColor=black&logo=sinaweibo&logoColor=white&style=flat-square
-[share-whatsapp-link]: https://api.whatsapp.com/send?text=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%20https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat%20%23chatbot%20%23chatGPT%20%23openAI
+[share-whatsapp-link]: https://api.whatsapp.com/send?text=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%20https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub%20%23chatbot%20%23chatGPT%20%23openAI
[share-whatsapp-shield]: https://img.shields.io/badge/-share%20on%20whatsapp-black?labelColor=black&logo=whatsapp&logoColor=white&style=flat-square
-[share-x-link]: https://x.com/intent/tweet?hashtags=chatbot%2CchatGPT%2CopenAI&text=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
+[share-x-link]: https://x.com/intent/tweet?hashtags=chatbot%2CchatGPT%2CopenAI&text=%E6%8E%A8%E8%8D%90%E4%B8%80%E4%B8%AA%20GitHub%20%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%20%F0%9F%A4%AF%20LobeHub%20-%20%E5%BC%80%E6%BA%90%E7%9A%84%E3%80%81%E5%8F%AF%E6%89%A9%E5%B1%95%E7%9A%84%EF%BC%88Function%20Calling%EF%BC%89%E9%AB%98%E6%80%A7%E8%83%BD%E8%81%8A%E5%A4%A9%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%A1%86%E6%9E%B6%E3%80%82%0A%E5%AE%83%E6%94%AF%E6%8C%81%E4%B8%80%E9%94%AE%E5%85%8D%E8%B4%B9%E9%83%A8%E7%BD%B2%E7%A7%81%E4%BA%BA%20ChatGPT%2FLLM%20%E7%BD%91%E9%A1%B5%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobehub
[share-x-shield]: https://img.shields.io/badge/-share%20on%20x-black?labelColor=black&logo=x&logoColor=white&style=flat-square
[sponsor-link]: https://opencollective.com/lobehub 'Become ❤ LobeHub Sponsor'
[sponsor-shield]: https://img.shields.io/badge/-Sponsor%20LobeHub-f04f88?logo=opencollective&logoColor=white&style=flat-square
diff --git a/apps/desktop/README.md b/apps/desktop/README.md
index db13a63f0a..ffae73fc58 100644
--- a/apps/desktop/README.md
+++ b/apps/desktop/README.md
@@ -1,6 +1,6 @@
# 🤯 LobeHub Desktop Application
-LobeHub Desktop is a cross-platform desktop application for [LobeHub](https://github.com/lobehub/lobe-chat), built with Electron, providing a more native desktop experience and functionality.
+LobeHub Desktop is a cross-platform desktop application for [LobeHub](https://github.com/lobehub/lobehub), built with Electron, providing a more native desktop experience and functionality.
## ✨ Features
@@ -347,7 +347,7 @@ Desktop application development involves complex cross-platform considerations a
### Contribution Process
-1. Fork the [LobeHub repository](https://github.com/lobehub/lobe-chat)
+1. Fork the [LobeHub repository](https://github.com/lobehub/lobehub)
2. Set up the desktop development environment following our setup guide
3. Make your changes to the desktop application
4. Submit a Pull Request describing:
@@ -372,4 +372,4 @@ Desktop application development involves complex cross-platform considerations a
- **Development Guide**: [`Development.md`](./Development.md) - Comprehensive development documentation
- **Architecture Docs**: [`/docs`](../../docs/) - Detailed technical specifications
- **Contributing**: [`CONTRIBUTING.md`](../../CONTRIBUTING.md) - Contribution guidelines
-- **Issues & Support**: [GitHub Issues](https://github.com/lobehub/lobe-chat/issues)
+- **Issues & Support**: [GitHub Issues](https://github.com/lobehub/lobehub/issues)
diff --git a/apps/desktop/README.zh-CN.md b/apps/desktop/README.zh-CN.md
index 0766dc8fdf..f740104b99 100644
--- a/apps/desktop/README.zh-CN.md
+++ b/apps/desktop/README.zh-CN.md
@@ -1,6 +1,6 @@
# 🤯 LobeHub 桌面应用程序
-LobeHub Desktop 是 [LobeHub](https://github.com/lobehub/lobe-chat) 的跨平台桌面应用程序,使用 Electron 构建,提供了更加原生的桌面体验和功能。
+LobeHub Desktop 是 [LobeHub](https://github.com/lobehub/lobehub) 的跨平台桌面应用程序,使用 Electron 构建,提供了更加原生的桌面体验和功能。
## ✨ 功能特点
@@ -337,7 +337,7 @@ pnpm type-check # 类型验证
### 贡献流程
-1. Fork [LobeHub 仓库](https://github.com/lobehub/lobe-chat)
+1. Fork [LobeHub 仓库](https://github.com/lobehub/lobehub)
2. 按照我们的设置指南建立桌面开发环境
3. 对桌面应用程序进行修改
4. 提交 Pull Request 并描述:
@@ -362,4 +362,4 @@ pnpm type-check # 类型验证
- **开发指南**:[`Development.md`](./Development.md) - 全面的开发文档
- **架构文档**:[`/docs`](../../docs/) - 详细的技术规范
- **贡献指南**:[`CONTRIBUTING.md`](../../CONTRIBUTING.md) - 贡献指导
-- **问题和支持**:[GitHub Issues](https://github.com/lobehub/lobe-chat/issues)
+- **问题和支持**:[GitHub Issues](https://github.com/lobehub/lobehub/issues)
diff --git a/docs/development/basic/contributing-guidelines.mdx b/docs/development/basic/contributing-guidelines.mdx
index 83c92b81dd..9727f48cb1 100644
--- a/docs/development/basic/contributing-guidelines.mdx
+++ b/docs/development/basic/contributing-guidelines.mdx
@@ -109,7 +109,7 @@ Use the following emojis to prefix your commit messages:
**1. Fork and clone the repository**
-Fork [lobehub/lobe-chat](https://github.com/lobehub/lobe-chat) on GitHub, then clone your fork locally.
+Fork [lobehub/lobehub](https://github.com/lobehub/lobehub) on GitHub, then clone your fork locally.
**2. Create a branch**
@@ -177,14 +177,14 @@ Automated checks run on every PR: ESLint, TypeScript type check, Vitest unit tes
### Syncing Your Fork with Upstream
```bash
-git remote add upstream https://github.com/lobehub/lobe-chat.git
+git remote add upstream https://github.com/lobehub/lobehub.git
git fetch upstream
git rebase upstream/canary
```
### Ways to Contribute
-- **Features** — Check [issues labeled `good first issue`](https://github.com/lobehub/lobe-chat/issues?q=is%3Aissue+label%3A%22good+first+issue%22) to find beginner-friendly tasks
+- **Features** — Check [issues labeled `good first issue`](https://github.com/lobehub/lobehub/issues?q=is%3Aissue+label%3A%22good+first+issue%22) to find beginner-friendly tasks
- **Bug fixes** — Search open issues labeled `bug`
- **Documentation** — Improve docs, fix typos, add examples
- **Testing** — Add test coverage for uncovered code paths
diff --git a/docs/development/basic/contributing-guidelines.zh-CN.mdx b/docs/development/basic/contributing-guidelines.zh-CN.mdx
index 2b04889430..5ab217870d 100644
--- a/docs/development/basic/contributing-guidelines.zh-CN.mdx
+++ b/docs/development/basic/contributing-guidelines.zh-CN.mdx
@@ -107,7 +107,7 @@ bunx vitest run --silent='passed-only' '[file-path]'
**1. Fork 并克隆仓库**
-在 GitHub 上 Fork [lobehub/lobe-chat](https://github.com/lobehub/lobe-chat),然后克隆你的 Fork 到本地。
+在 GitHub 上 Fork [lobehub/lobehub](https://github.com/lobehub/lobehub),然后克隆你的 Fork 到本地。
**2. 创建分支**
@@ -174,14 +174,14 @@ Fixes #123
### 同步 Fork 与上游代码
```bash
-git remote add upstream https://github.com/lobehub/lobe-chat.git
+git remote add upstream https://github.com/lobehub/lobehub.git
git fetch upstream
git rebase upstream/canary
```
### 贡献方向
-- **功能开发** — 查看 [标注为 `good first issue` 的 Issue](https://github.com/lobehub/lobe-chat/issues?q=is%3Aissue+label%3A%22good+first+issue%22),找到适合新手的任务
+- **功能开发** — 查看 [标注为 `good first issue` 的 Issue](https://github.com/lobehub/lobehub/issues?q=is%3Aissue+label%3A%22good+first+issue%22),找到适合新手的任务
- **Bug 修复** — 搜索标注为 `bug` 的开放 Issue
- **文档改善** — 完善文档、修正错别字、添加示例
- **测试补充** — 为缺少覆盖的代码路径添加测试
diff --git a/docs/development/basic/feature-development.mdx b/docs/development/basic/feature-development.mdx
index 2135d6bdeb..3fd0393a5b 100644
--- a/docs/development/basic/feature-development.mdx
+++ b/docs/development/basic/feature-development.mdx
@@ -53,7 +53,7 @@ Note that sometimes we may also need to update the index, but for this feature,
### Database Migration
-After adjusting the schema, you need to generate and optimize migration files. See the [Database Migration Guide](https://github.com/lobehub/lobe-chat/blob/main/.agents/skills/drizzle/references/db-migrations.md) for detailed steps.
+After adjusting the schema, you need to generate and optimize migration files. See the [Database Migration Guide](https://github.com/lobehub/lobehub/blob/main/.agents/skills/drizzle/references/db-migrations.md) for detailed steps.
## 2. Update Data Model
@@ -332,7 +332,7 @@ const WelcomeMessage = () => {
## 5. Testing
-The project uses Vitest for unit testing. See the [Testing Skill Guide](https://github.com/lobehub/lobe-chat/blob/main/.agents/skills/testing/SKILL.md) for details.
+The project uses Vitest for unit testing. See the [Testing Skill Guide](https://github.com/lobehub/lobehub/blob/main/.agents/skills/testing/SKILL.md) for details.
**Running tests:**
diff --git a/docs/development/basic/feature-development.zh-CN.mdx b/docs/development/basic/feature-development.zh-CN.mdx
index 6675dc753b..48375da4f4 100644
--- a/docs/development/basic/feature-development.zh-CN.mdx
+++ b/docs/development/basic/feature-development.zh-CN.mdx
@@ -52,7 +52,7 @@ export const agents = pgTable(
### 数据库迁移
-调整完 schema 后需要生成并优化迁移文件,详细步骤请参阅 [数据库迁移指南](https://github.com/lobehub/lobe-chat/blob/main/.agents/skills/drizzle/references/db-migrations.md)。
+调整完 schema 后需要生成并优化迁移文件,详细步骤请参阅 [数据库迁移指南](https://github.com/lobehub/lobehub/blob/main/.agents/skills/drizzle/references/db-migrations.md)。
## 二、更新数据模型
@@ -331,7 +331,7 @@ const WelcomeMessage = () => {
## 五、测试
-项目使用 Vitest 进行单元测试,相关指南详见 [测试技能文档](https://github.com/lobehub/lobe-chat/blob/main/.agents/skills/testing/SKILL.md)。
+项目使用 Vitest 进行单元测试,相关指南详见 [测试技能文档](https://github.com/lobehub/lobehub/blob/main/.agents/skills/testing/SKILL.md)。
**运行测试:**
diff --git a/docs/development/basic/folder-structure.mdx b/docs/development/basic/folder-structure.mdx
index 2cd4f4b93b..2845214edc 100644
--- a/docs/development/basic/folder-structure.mdx
+++ b/docs/development/basic/folder-structure.mdx
@@ -17,7 +17,7 @@ LobeHub uses a Monorepo architecture (`@lobechat/` namespace).
The top-level directory structure is as follows:
```bash
-lobe-chat/
+lobehub/
├── apps/
│ └── desktop/ # Electron desktop app
├── packages/ # Shared packages (@lobechat/*)
diff --git a/docs/development/basic/folder-structure.zh-CN.mdx b/docs/development/basic/folder-structure.zh-CN.mdx
index e6ddd2d5c4..75c25c9f23 100644
--- a/docs/development/basic/folder-structure.zh-CN.mdx
+++ b/docs/development/basic/folder-structure.zh-CN.mdx
@@ -15,7 +15,7 @@ LobeHub 采用 Monorepo 架构(`@lobechat/` 命名空间),
顶层目录结构如下:
```bash
-lobe-chat/
+lobehub/
├── apps/
│ └── desktop/ # Electron 桌面应用
├── packages/ # 共享包(@lobechat/*)
diff --git a/docs/development/start.mdx b/docs/development/start.mdx
index 3de3f40469..bbb3c49286 100644
--- a/docs/development/start.mdx
+++ b/docs/development/start.mdx
@@ -37,7 +37,7 @@ LobeHub uses a Monorepo architecture
The top-level directory structure is as follows:
```bash
-lobe-chat/
+lobehub/
├── apps/desktop/ # Electron desktop app
├── packages/ # Shared packages (@lobechat/*)
│ ├── database/ # Database schemas, models, repositories
diff --git a/docs/development/start.zh-CN.mdx b/docs/development/start.zh-CN.mdx
index b3c8ebbe42..6bed8b6cae 100644
--- a/docs/development/start.zh-CN.mdx
+++ b/docs/development/start.zh-CN.mdx
@@ -33,7 +33,7 @@ LobeHub 的核心技术栈如下:
LobeHub 采用 Monorepo 架构(`@lobechat/` 命名空间),顶层目录结构如下:
```bash
-lobe-chat/
+lobehub/
├── apps/desktop/ # Electron 桌面应用
├── packages/ # 共享包(@lobechat/*)
│ ├── database/ # 数据库 schemas、models、repositories
diff --git a/docs/self-hosting/advanced/model-list.mdx b/docs/self-hosting/advanced/model-list.mdx
index 252ff17227..aa514a1558 100644
--- a/docs/self-hosting/advanced/model-list.mdx
+++ b/docs/self-hosting/advanced/model-list.mdx
@@ -125,7 +125,7 @@ OPENAI_MODEL_LIST="gpt-4o=GPT-4o (Recommended),gpt-4o-mini=GPT-4o Mini (Fast & C
docker run -d -p 3210:3210 \
-e OPENAI_API_KEY="sk-test..." \
-e OPENAI_MODEL_LIST="-all,+gpt-4o" \
- --name lobe-chat-test lobehub/lobe-chat
+ --name lobehub-test lobehub/lobehub
```
## Troubleshooting
diff --git a/docs/self-hosting/advanced/model-list.zh-CN.mdx b/docs/self-hosting/advanced/model-list.zh-CN.mdx
index 022ae91ce7..e3cd41f2c6 100644
--- a/docs/self-hosting/advanced/model-list.zh-CN.mdx
+++ b/docs/self-hosting/advanced/model-list.zh-CN.mdx
@@ -124,7 +124,7 @@ OPENAI_MODEL_LIST="gpt-4o=GPT-4o(推荐),gpt-4o-mini=GPT-4o Mini(快速省
docker run -d -p 3210:3210 \
-e OPENAI_API_KEY="sk-test..." \
-e OPENAI_MODEL_LIST="-all,+gpt-4o" \
- --name lobe-chat-test lobehub/lobe-chat
+ --name lobehub-test lobehub/lobehub
```
## 故障排查
diff --git a/docs/self-hosting/advanced/observability/grafana.mdx b/docs/self-hosting/advanced/observability/grafana.mdx
index ba30312754..0e5acd67b6 100644
--- a/docs/self-hosting/advanced/observability/grafana.mdx
+++ b/docs/self-hosting/advanced/observability/grafana.mdx
@@ -32,8 +32,8 @@ This guide will help you set up and use these tools to monitor your LobeHub inst
## 1. Deploy
```bash
-curl -O https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/production/grafana/docker-compose.yml
-curl -O https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/production/grafana/.env.example
+curl -O https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/production/grafana/docker-compose.yml
+curl -O https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/production/grafana/.env.example
mv .env.example .env
```
diff --git a/docs/self-hosting/advanced/observability/grafana.zh-CN.mdx b/docs/self-hosting/advanced/observability/grafana.zh-CN.mdx
index 1e3d6452c7..4ab111bd47 100644
--- a/docs/self-hosting/advanced/observability/grafana.zh-CN.mdx
+++ b/docs/self-hosting/advanced/observability/grafana.zh-CN.mdx
@@ -30,8 +30,8 @@ LobeHub 支持通过开源工具实现自托管部署的高级可观测性:
## 1. 部署
```bash
-curl -O https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/production/grafana/docker-compose.yml
-curl -O https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/production/grafana/.env.example
+curl -O https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/production/grafana/docker-compose.yml
+curl -O https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/production/grafana/.env.example
mv .env.example .env
```
diff --git a/docs/self-hosting/advanced/online-search.mdx b/docs/self-hosting/advanced/online-search.mdx
index 23b9e7fa85..7c9d240e5d 100644
--- a/docs/self-hosting/advanced/online-search.mdx
+++ b/docs/self-hosting/advanced/online-search.mdx
@@ -232,6 +232,6 @@ If AI can answer these time-sensitive questions, it indicates that the online se
## References
-- [LobeHub Online Search RFC Discussion](https://github.com/lobehub/lobe-chat/discussions/6447)
+- [LobeHub Online Search RFC Discussion](https://github.com/lobehub/lobehub/discussions/6447)
- [SearXNG GitHub Repository](https://github.com/searxng/searxng)
- [Discussion on Enabling JSON Output for SearXNG](https://github.com/searxng/searxng/discussions/3542)
diff --git a/docs/self-hosting/advanced/online-search.zh-CN.mdx b/docs/self-hosting/advanced/online-search.zh-CN.mdx
index 3b599c34be..a28c6be894 100644
--- a/docs/self-hosting/advanced/online-search.zh-CN.mdx
+++ b/docs/self-hosting/advanced/online-search.zh-CN.mdx
@@ -227,6 +227,6 @@ formats:
## 参考资料
-- [LobeHub 联网搜索 RFC 讨论](https://github.com/lobehub/lobe-chat/discussions/6447)
+- [LobeHub 联网搜索 RFC 讨论](https://github.com/lobehub/lobehub/discussions/6447)
- [SearXNG GitHub 仓库](https://github.com/searxng/searxng)
- [SearXNG 开启 json 输出的讨论](https://github.com/searxng/searxng/discussions/3542)
diff --git a/docs/self-hosting/advanced/upstream-sync.mdx b/docs/self-hosting/advanced/upstream-sync.mdx
index 27ea94da40..cce90a4a53 100644
--- a/docs/self-hosting/advanced/upstream-sync.mdx
+++ b/docs/self-hosting/advanced/upstream-sync.mdx
@@ -47,11 +47,11 @@ Upgrading the Docker deployment version is very simple, you just need to redeplo
### Stop and Remove the Current Running LobeHub Container
- Assuming the LobeHub container is named `lobe-chat`, use the following commands to stop and remove the currently running LobeHub container:
+ Assuming the LobeHub container is named `lobehub`, use the following commands to stop and remove the currently running LobeHub container:
```fish
- docker stop lobe-chat
- docker rm lobe-chat
+ docker stop lobehub
+ docker rm lobehub
```
### Pull the Latest LobeHub Image
@@ -59,7 +59,7 @@ Upgrading the Docker deployment version is very simple, you just need to redeplo
Use the following command to pull the latest Docker image for LobeHub:
```fish
- docker pull lobehub/lobe-chat
+ docker pull lobehub/lobehub
```
### Restart the Docker Container
@@ -70,8 +70,8 @@ Upgrading the Docker deployment version is very simple, you just need to redeplo
docker run -d -p 3210:3210 \
-e OPENAI_API_KEY=sk-xxxx \
-e OPENAI_PROXY_URL=https://api-proxy.com/v1 \
- --name lobe-chat \
- lobehub/lobe-chat
+ --name lobehub \
+ lobehub/lobehub
```
@@ -100,7 +100,7 @@ If you wish to automate the above steps, you can follow the method below and use
```bash
#!/bin/bash
- # auto-update-lobe-chat.sh
+ # auto-update-lobehub.sh
# Set up proxy (optional)
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
@@ -121,13 +121,13 @@ If you wish to automate the above steps, you can follow the method below and use
exit 0
fi
- echo "Detected lobe-chat update"
+ echo "Detected lobehub update"
# Remove the old container
- echo "Removed: $(docker rm -f lobe-chat)"
+ echo "Removed: $(docker rm -f lobehub)"
# Run the new container(Please change the path to the env file)
- echo "Started: $(docker run -d --network=host --env-file /path/to/lobe.env --name=lobe-chat --restart=always lobehub/lobehub)"
+ echo "Started: $(docker run -d --network=host --env-file /path/to/lobe.env --name=lobehub --restart=always lobehub/lobehub)"
# Print the update time and version
echo "Update time: $(date)"
@@ -150,6 +150,6 @@ If you wish to automate the above steps, you can follow the method below and use
The following command configures Crontab to execute scripts every 5 minutes, or as often as you like:
```bash
- */5 * * * * /path/to/auto-update-lobe-chat.sh >> /path/to/auto-update-lobe-chat.log 2>&1
+ */5 * * * * /path/to/auto-update-lobehub.sh >> /path/to/auto-update-lobehub.log 2>&1
```
diff --git a/docs/self-hosting/advanced/upstream-sync.zh-CN.mdx b/docs/self-hosting/advanced/upstream-sync.zh-CN.mdx
index 015ace424e..54a4815647 100644
--- a/docs/self-hosting/advanced/upstream-sync.zh-CN.mdx
+++ b/docs/self-hosting/advanced/upstream-sync.zh-CN.mdx
@@ -66,7 +66,7 @@ Docker 部署版本的升级非常简单,只需要重新部署 LobeHub 的最
-e OPENAI_API_KEY=sk-xxxx \
-e OPENAI_PROXY_URL=https://api-proxy.com/v1 \
--name lobehub \
- lobehub/lobe-chat
+ lobehub/lobehub
```
@@ -95,7 +95,7 @@ Docker 部署版本的升级非常简单,只需要重新部署 LobeHub 的最
```bash
#!/bin/bash
- # auto-update-lobe-chat.sh
+ # auto-update-lobehub.sh
# 设置代理(可选)
# export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
@@ -116,13 +116,13 @@ Docker 部署版本的升级非常简单,只需要重新部署 LobeHub 的最
exit 0
fi
- echo "Detected lobe-chat update"
+ echo "Detected lobehub update"
# 删除旧的容器
- echo "Removed: $(docker rm -f lobe-chat)"
+ echo "Removed: $(docker rm -f lobehub)"
# 运行新的容器(请将env配置文件地址改为你的实际地址)
- echo "Started: $(docker run -d --network=host --env-file path/to/lobe.env --name=lobe-chat --restart=always lobehub/lobehub)"
+ echo "Started: $(docker run -d --network=host --env-file path/to/lobe.env --name=lobehub --restart=always lobehub/lobehub)"
# 打印更新的时间和版本
echo "Update time: $(date)"
@@ -142,6 +142,6 @@ Docker 部署版本的升级非常简单,只需要重新部署 LobeHub 的最
以下命令可以配置 Crontab 每 5 分钟执行一次脚本,你也可以根据需要调整执行频率:
```bash
- */5 * * * * /path/to/auto-update-lobe-chat.sh >> /path/to/auto-update-lobe-chat.log 2>&1
+ */5 * * * * /path/to/auto-update-lobehub.sh >> /path/to/auto-update-lobehub.log 2>&1
```
diff --git a/docs/self-hosting/auth/next-auth/authelia.mdx b/docs/self-hosting/auth/next-auth/authelia.mdx
index d59ed805de..0895883a63 100644
--- a/docs/self-hosting/auth/next-auth/authelia.mdx
+++ b/docs/self-hosting/auth/next-auth/authelia.mdx
@@ -23,7 +23,7 @@ tags:
Now, let's open and edit the configuration file of your Authelia instance:
- Add a new lobe-chat item under `identity_providers` -> `oidc`:
+ Add a new lobehub item under `identity_providers` -> `oidc`:
```yaml
identity_providers:
@@ -31,7 +31,7 @@ tags:
...
## The other portions of the mandatory OpenID Connect 1.0 configuration go here.
## See: https://www.authelia.com/c/oidc
- - id: lobe-chat
+ - id: lobehub
description: LobeHub
secret: '$pbkdf2-sha512$310000$c8p78n7pUMln0jzvd4aK4Q$JNRBzwAo0ek5qKn50cFzzvE9RXV88h1wJn5KGiHrD0YKtZaR/nCb2CJPOsKaPK0hjf.9yHxzQGZziziccp6Yng' # The digest of 'insecure_secret'.
public: false
@@ -57,7 +57,7 @@ tags:
| ------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AUTH_SECRET` | Required | The secret used to encrypt Auth.js session tokens. You can generate a secret using the following command: `openssl rand -base64 32` |
| `NEXT_AUTH_SSO_PROVIDERS` | Required | Select the SSO provider for LoboChat. Use `authentik` for Authentik. |
- | `AUTH_AUTHELIA_ID` | Required | The id just configured in Authelia, example value is lobe-chat |
+ | `AUTH_AUTHELIA_ID` | Required | The id just configured in Authelia, example value is lobehub |
| `AUTH_AUTHELIA_SECRET` | Required | The plaintext corresponding to the secret just configured in Authelia, example value is `insecure_secret` |
| `AUTH_AUTHELIA_ISSUER` | Required | Your Authelia URL, for example [https://sso.example.com](https://sso.example.com) |
| `AUTH_URL` | Required | This URL is used to specify the callback address for Auth.js when performing OAuth verification. It only needs to be set when the default generated redirect address is incorrect. [https://chat.example.com/api/auth](https://chat.example.com/api/auth) |
diff --git a/docs/self-hosting/auth/next-auth/authelia.zh-CN.mdx b/docs/self-hosting/auth/next-auth/authelia.zh-CN.mdx
index 56391ca589..4ba67e2ebf 100644
--- a/docs/self-hosting/auth/next-auth/authelia.zh-CN.mdx
+++ b/docs/self-hosting/auth/next-auth/authelia.zh-CN.mdx
@@ -20,7 +20,7 @@ tags:
现在,我们打开 Authelia 实例的配置文件进行编辑:
- 在 `identity_providers`-> `oidc` 下新增一个 `lobe-chat` 的项目:
+ 在 `identity_providers`-> `oidc` 下新增一个 `lobehub` 的项目:
```yaml
...
@@ -29,7 +29,7 @@ tags:
...
## The other portions of the mandatory OpenID Connect 1.0 configuration go here.
## See: https://www.authelia.com/c/oidc
- - id: lobe-chat
+ - id: lobehub
description: LobeHub
secret: '$pbkdf2-sha512$310000$c8p78n7pUMln0jzvd4aK4Q$JNRBzwAo0ek5qKn50cFzzvE9RXV88h1wJn5KGiHrD0YKtZaR/nCb2CJPOsKaPK0hjf.9yHxzQGZziziccp6Yng' # The digest of 'insecure_secret'.
public: false
@@ -55,7 +55,7 @@ tags:
| ------------------------- | -- | ------------------------------------------------------------------------------------------------ |
| `AUTH_SECRET` | 必选 | 用于加密 Auth.js 会话令牌的密钥。您可以使用以下命令生成秘钥: `openssl rand -base64 32` |
| `NEXT_AUTH_SSO_PROVIDERS` | 必选 | 选择 LoboChat 的单点登录提供商。使用 Authelia 请填写 `authelia`。 |
- | `AUTH_AUTHELIA_ID` | 必选 | 刚刚在 Authelia 配置的 `id`,示例值是 `lobe-chat` |
+ | `AUTH_AUTHELIA_ID` | 必选 | 刚刚在 Authelia 配置的 `id`,示例值是 `lobehub` |
| `AUTH_AUTHELIA_SECRET` | 必选 | 刚刚在 Authelia 配置的 `secret` 对应的明文,示例值是 `insecure_secret` |
| `AUTH_AUTHELIA_ISSUER` | 必选 | 您的 Authelia 的网址,例如 `https://sso.example.com` |
| `AUTH_URL` | 必选 | 该 URL 用于指定 Auth.js 在执行 OAuth 验证时的回调地址,当默认生成的重定向地址发生不正确时才需要设置。`https://chat.example.com/api/auth` |
diff --git a/docs/self-hosting/auth/next-auth/cloudflare-zero-trust.zh-CN.mdx b/docs/self-hosting/auth/next-auth/cloudflare-zero-trust.zh-CN.mdx
index 6d293ea367..8a3be4d11c 100644
--- a/docs/self-hosting/auth/next-auth/cloudflare-zero-trust.zh-CN.mdx
+++ b/docs/self-hosting/auth/next-auth/cloudflare-zero-trust.zh-CN.mdx
@@ -48,7 +48,7 @@ tags:
| ----------------------------------- | -- | ------------------------------------------------------------------------------------------------------------ |
| `AUTH_SECRET` | 必选 | 用于加密 Auth.js 会话令牌的密钥。您可以使用以下命令生成秘钥: `openssl rand -base64 32` |
| `NEXT_AUTH_SSO_PROVIDERS` | 必选 | 选择 LoboChat 的单点登录提供商。使用 Cloudflare Zero Trust 请填写 `cloudflare-zero-trust`。 |
- | `AUTH_CLOUDFLARE_ZERO_TRUST_ID` | 必选 | 在 Cloudflare Zero Trust 生成的 `Client ID`,示例值是 `lobe-chat` |
+ | `AUTH_CLOUDFLARE_ZERO_TRUST_ID` | 必选 | 在 Cloudflare Zero Trust 生成的 `Client ID`,示例值是 `lobehub` |
| `AUTH_CLOUDFLARE_ZERO_TRUST_SECRET` | 必选 | 在 Cloudflare Zero Trust 生成的 `Client secret`,示例值是 `insecure_secret` |
| `AUTH_CLOUDFLARE_ZERO_TRUST_ISSUER` | 必选 | 在 Cloudflare Zero Trust 生成的 `Issuer`,例如 `https://example.cloudflareaccess.com/cdn-cgi/access/sso/oidc/7db0f` |
| `AUTH_URL` | 必选 | 该 URL 用于指定 Auth.js 在执行 OAuth 验证时的回调地址,当默认生成的重定向地址发生不正确时才需要设置。`https://chat.example.com/api/auth` |
diff --git a/docs/self-hosting/auth/providers/auth0.mdx b/docs/self-hosting/auth/providers/auth0.mdx
index f920abf9fd..1a1c9fea76 100644
--- a/docs/self-hosting/auth/providers/auth0.mdx
+++ b/docs/self-hosting/auth/providers/auth0.mdx
@@ -18,19 +18,19 @@ tags:
1. Go to [Auth0 Dashboard](https://manage.auth0.com/dashboard)
2. Click **Applications** > **Create Application**
-
+
3. Fill in the application name
4. Select **Regular Web Applications** as the application type
5. Click **Create**
-
+
### Configure Application Settings
After creation, go to the **Settings** tab:
-
+
Note down:
@@ -49,13 +49,13 @@ tags:
- Production: `https://your-domain.com/api/auth/callback/auth0`
-
+
### Add Users (Optional)
Click **User Management** to create users for your organization.
-
+
### Configure Environment Variables
@@ -86,13 +86,13 @@ If your organization has existing identity infrastructure, connect to SSO servic
Auth0 supports Azure AD, Slack, Google Workspace, Office 365, Zoom, and more. See [Auth0 SSO Integrations](https://marketplace.auth0.com/features/sso-integrations).
-
+
### Configure Social Login
Configure social login in **Authentication** > **Social**.
-
+
Social login by default allows anyone to authenticate. Configure blocking
diff --git a/docs/self-hosting/auth/providers/auth0.zh-CN.mdx b/docs/self-hosting/auth/providers/auth0.zh-CN.mdx
index b2d436508a..bacf50ce44 100644
--- a/docs/self-hosting/auth/providers/auth0.zh-CN.mdx
+++ b/docs/self-hosting/auth/providers/auth0.zh-CN.mdx
@@ -16,19 +16,19 @@ tags:
1. 前往 [Auth0 Dashboard](https://manage.auth0.com/dashboard)
2. 点击 **Applications** > **Create Application**
-
+
3. 填写应用名称
4. 选择 **Regular Web Applications** 作为应用类型
5. 点击 **Create**
-
+
### 配置应用设置
创建后,进入 **Settings** 标签页:
-
+
记录:
@@ -47,13 +47,13 @@ tags:
- 生产环境: `https://your-domain.com/api/auth/callback/auth0`
-
+
### 添加用户(可选)
点击 **User Management** 为组织创建用户。
-
+
### 配置环境变量
@@ -83,13 +83,13 @@ tags:
Auth0 支持 Azure AD、Slack、Google Workspace、Office 365、Zoom 等。详见 [Auth0 SSO Integrations](https://marketplace.auth0.com/features/sso-integrations)。
-
+
### 配置社交登录
在 **Authentication** > **Social** 中配置社交登录。
-
+
默认社交登录允许任何人认证。请配置阻止策略以限制访问。
diff --git a/docs/self-hosting/auth/providers/casdoor.mdx b/docs/self-hosting/auth/providers/casdoor.mdx
index 4c702a71d2..d1c96c9a47 100644
--- a/docs/self-hosting/auth/providers/casdoor.mdx
+++ b/docs/self-hosting/auth/providers/casdoor.mdx
@@ -109,7 +109,7 @@ In domain mode, you need to configure a reverse proxy to ensure Casdoor is acces
```
⚠️ Please do not enable any form of caching in the reverse proxy settings of such panel software to avoid affecting the normal operation of the service.
- See [https://github.com/lobehub/lobe-chat/discussions/5986](https://github.com/lobehub/lobe-chat/discussions/5986)
+ See [https://github.com/lobehub/lobehub/discussions/5986](https://github.com/lobehub/lobehub/discussions/5986)
### Required Configuration
@@ -189,7 +189,7 @@ docker compose up -d
### Docker Compose Configuration Files
-Casdoor Docker Compose configuration files can be found in the [docker-compose/local/casdoor](https://github.com/lobehub/lobe-chat/tree/main/docker-compose/local/casdoor) directory.
+Casdoor Docker Compose configuration files can be found in the [docker-compose/local/casdoor](https://github.com/lobehub/lobehub/tree/main/docker-compose/local/casdoor) directory.
## Related Resources
diff --git a/docs/self-hosting/auth/providers/casdoor.zh-CN.mdx b/docs/self-hosting/auth/providers/casdoor.zh-CN.mdx
index 123f0e4468..4c64e2167e 100644
--- a/docs/self-hosting/auth/providers/casdoor.zh-CN.mdx
+++ b/docs/self-hosting/auth/providers/casdoor.zh-CN.mdx
@@ -105,7 +105,7 @@ tags:
```
⚠️ 请不要在此类面板软件的反向代理设置中开启任何形式的缓存,以免影响服务的正常运行。
- 详情请见 [https://github.com/lobehub/lobe-chat/discussions/5986](https://github.com/lobehub/lobe-chat/discussions/5986)
+ 详情请见 [https://github.com/lobehub/lobehub/discussions/5986](https://github.com/lobehub/lobehub/discussions/5986)
### 必要配置
@@ -194,13 +194,13 @@ origin=https://auth.example.com
请根据容器日志检查是否存在以下错误:
```sh
-docker logs -f lobe-chat
+docker logs -f lobehub
```
**r3: "response" is not a conform Authorization Server Metadata response**
```log
-lobe-chat | [auth][error] r3: "response" is not a conform Authorization Server Metadata response (unexpected HTTP status code)
+lobehub | [auth][error] r3: "response" is not a conform Authorization Server Metadata response (unexpected HTTP status code)
```
成因:该问题一般是由于你的反向代理配置不正确导致的,你需要确保你的反向代理配置不会拦截 Casdoor 的 OAuth2 配置请求。
@@ -216,7 +216,7 @@ lobe-chat | [auth][error] r3: "response" is not a conform Authorization Ser
**TypeError: fetch failed**
```log
-lobe-chat | [auth][error] TypeError: fetch failed
+lobehub | [auth][error] TypeError: fetch failed
```
成因:LobeHub 无法访问鉴权服务。
@@ -240,7 +240,7 @@ docker compose up -d
### Docker Compose 配置文件
-Casdoor 的 Docker Compose 配置文件可以在 [docker-compose/local/casdoor](https://github.com/lobehub/lobe-chat/tree/main/docker-compose/local/casdoor) 目录中找到。
+Casdoor 的 Docker Compose 配置文件可以在 [docker-compose/local/casdoor](https://github.com/lobehub/lobehub/tree/main/docker-compose/local/casdoor) 目录中找到。
## 相关资源
diff --git a/docs/self-hosting/auth/providers/github.mdx b/docs/self-hosting/auth/providers/github.mdx
index aaba664fa7..61a617e463 100644
--- a/docs/self-hosting/auth/providers/github.mdx
+++ b/docs/self-hosting/auth/providers/github.mdx
@@ -18,7 +18,7 @@ tags:
1. Go to [GitHub Developer Settings](https://github.com/settings/apps/new)
2. Fill in the **GitHub App name** and **Homepage URL**
-
+
### Configure Callback URL
@@ -31,19 +31,19 @@ tags:
Set the Webhook URL according to your needs (can be disabled if not used).
-
+
### Configure Permissions
Set permission to read user email addresses:
-
+
-
+
Set whether the app is publicly accessible or only accessible to yourself.
-
+
Click **Create GitHub App**.
@@ -51,11 +51,11 @@ tags:
After creation, click **Generate a new client secret**.
-
+
Save the **Client ID** and **Client Secret**.
-
+
### Configure Environment Variables
diff --git a/docs/self-hosting/auth/providers/github.zh-CN.mdx b/docs/self-hosting/auth/providers/github.zh-CN.mdx
index 55650b68d1..951b0193f5 100644
--- a/docs/self-hosting/auth/providers/github.zh-CN.mdx
+++ b/docs/self-hosting/auth/providers/github.zh-CN.mdx
@@ -16,7 +16,7 @@ tags:
1. 前往 [GitHub 开发者设置](https://github.com/settings/apps/new)
2. 填写 **GitHub App name** 和 **Homepage URL**
-
+
### 配置回调 URL
@@ -29,19 +29,19 @@ tags:
按需设置 Webhook URL(不需要可禁用)。
-
+
### 配置权限
设置读取用户邮箱地址的权限:
-
+
-
+
设置公开访问还是仅自己访问。
-
+
点击 **Create GitHub App**。
@@ -49,11 +49,11 @@ tags:
创建成功后,点击 **Generate a new client secret**。
-
+
保存 **Client ID** 和 **Client Secret**。
-
+
### 配置环境变量
diff --git a/docs/self-hosting/auth/providers/microsoft.mdx b/docs/self-hosting/auth/providers/microsoft.mdx
index ee4f6aefb0..1116ab49d4 100644
--- a/docs/self-hosting/auth/providers/microsoft.mdx
+++ b/docs/self-hosting/auth/providers/microsoft.mdx
@@ -25,7 +25,7 @@ tags:
- **Multitenant**: Users in any Azure AD organization
- **Multitenant + personal**: Also includes personal Microsoft accounts
-
+
### Configure Redirect URI
@@ -47,7 +47,7 @@ tags:
After creation, view the **Overview** tab:
-
+
Note down:
@@ -61,7 +61,7 @@ tags:
3. Fill in description and select expiration time
4. Click **Add**
-
+
Copy the client secret **Value** immediately - you won't be able to see it
diff --git a/docs/self-hosting/auth/providers/microsoft.zh-CN.mdx b/docs/self-hosting/auth/providers/microsoft.zh-CN.mdx
index 3b4670d8d4..0c0e1373b7 100644
--- a/docs/self-hosting/auth/providers/microsoft.zh-CN.mdx
+++ b/docs/self-hosting/auth/providers/microsoft.zh-CN.mdx
@@ -24,7 +24,7 @@ tags:
- **Multitenant**:任何 Azure AD 组织的用户
- **Multitenant + personal**:也包括个人 Microsoft 帐户
-
+
### 配置重定向 URI
@@ -46,7 +46,7 @@ tags:
创建后,查看 **Overview** 标签页:
-
+
记录:
@@ -60,7 +60,7 @@ tags:
3. 填写描述并选择过期时间
4. 点击 **Add**
-
+
立即复制客户端密钥的 **Value** - 之后将无法再次查看。
diff --git a/docs/self-hosting/environment-variables/basic.mdx b/docs/self-hosting/environment-variables/basic.mdx
index 00234a7a5d..68a03745c8 100644
--- a/docs/self-hosting/environment-variables/basic.mdx
+++ b/docs/self-hosting/environment-variables/basic.mdx
@@ -67,7 +67,7 @@ The `DEFAULT_AGENT_CONFIG` is used to configure the default settings for the Lob
Further reading:
-- [\[RFC\] 022 - Default Assistant Parameters Configuration via Environment Variables](https://github.com/lobehub/lobe-chat/discussions/913)
+- [\[RFC\] 022 - Default Assistant Parameters Configuration via Environment Variables](https://github.com/lobehub/lobehub/discussions/913)
### `SYSTEM_AGENT`
diff --git a/docs/self-hosting/environment-variables/basic.zh-CN.mdx b/docs/self-hosting/environment-variables/basic.zh-CN.mdx
index 0cab53ae50..191a1e5292 100644
--- a/docs/self-hosting/environment-variables/basic.zh-CN.mdx
+++ b/docs/self-hosting/environment-variables/basic.zh-CN.mdx
@@ -64,7 +64,7 @@ LobeHub 在部署时提供了一些额外的配置项,你可以使用环境变
相关阅读:
-- [\[RFC\] 022 - 环境变量配置默认助手参数](https://github.com/lobehub/lobe-chat/discussions/913)
+- [\[RFC\] 022 - 环境变量配置默认助手参数](https://github.com/lobehub/lobehub/discussions/913)
### `SYSTEM_AGENT`
diff --git a/docs/self-hosting/environment-variables/model-provider.mdx b/docs/self-hosting/environment-variables/model-provider.mdx
index 99c975ba13..6e2a4e9596 100644
--- a/docs/self-hosting/environment-variables/model-provider.mdx
+++ b/docs/self-hosting/environment-variables/model-provider.mdx
@@ -51,9 +51,9 @@ When deploying LobeHub, a rich set of environment variables related to model ser
Related discussions:
-- [Why is the return value blank after installing Docker, configuring environment variables?](https://github.com/lobehub/lobe-chat/discussions/623)
-- [Reasons for errors when using third-party interfaces](https://github.com/lobehub/lobe-chat/discussions/734)
-- [No response in chat after filling in the proxy server address](https://github.com/lobehub/lobe-chat/discussions/1065)
+- [Why is the return value blank after installing Docker, configuring environment variables?](https://github.com/lobehub/lobehub/discussions/623)
+- [Reasons for errors when using third-party interfaces](https://github.com/lobehub/lobehub/discussions/734)
+- [No response in chat after filling in the proxy server address](https://github.com/lobehub/lobehub/discussions/1065)
### `OPENAI_MODEL_LIST`
@@ -64,7 +64,7 @@ Related discussions:
The above example adds `qwen-7b-chat` and `glm-6b` to the model list, removes `gpt-3.5-turbo` from the list, and displays the name of `gpt-4-0125-preview` as `gpt-4-turbo`. If you want to disable all models first and then enable specific models, you can use `-all,+gpt-3.5-turbo`, which means only `gpt-3.5-turbo` will be enabled.
-You can find all current model names in [modelProviders](https://github.com/lobehub/lobe-chat/tree/main/src/config/modelProviders).
+You can find all current model names in [modelProviders](https://github.com/lobehub/lobehub/tree/main/src/config/modelProviders).
## Azure OpenAI
diff --git a/docs/self-hosting/environment-variables/model-provider.zh-CN.mdx b/docs/self-hosting/environment-variables/model-provider.zh-CN.mdx
index a463449560..99679ac1c6 100644
--- a/docs/self-hosting/environment-variables/model-provider.zh-CN.mdx
+++ b/docs/self-hosting/environment-variables/model-provider.zh-CN.mdx
@@ -49,9 +49,9 @@ LobeHub 在部署时提供了丰富的模型服务商相关的环境变量,你
相关讨论:
-- [Docker 安装,配置好环境变量后,为何返回值是空白?](https://github.com/lobehub/lobe-chat/discussions/623)
-- [使用第三方接口报错的原因](https://github.com/lobehub/lobe-chat/discussions/734)
-- [代理服务器地址填了聊天没任何反应](https://github.com/lobehub/lobe-chat/discussions/1065)
+- [Docker 安装,配置好环境变量后,为何返回值是空白?](https://github.com/lobehub/lobehub/discussions/623)
+- [使用第三方接口报错的原因](https://github.com/lobehub/lobehub/discussions/734)
+- [代理服务器地址填了聊天没任何反应](https://github.com/lobehub/lobehub/discussions/1065)
### `OPENAI_MODEL_LIST`
@@ -62,7 +62,7 @@ LobeHub 在部署时提供了丰富的模型服务商相关的环境变量,你
上面示例表示增加 `qwen-7b-chat` 和 `glm-6b` 到模型列表,而从列表中删除 `gpt-3.5-turbo`,并将 `gpt-4-0125-preview` 模型名字展示为 `gpt-4-turbo`。如果你想先禁用所有模型,再启用指定模型,可以使用 `-all,+gpt-3.5-turbo`,则表示仅启用 `gpt-3.5-turbo`。
-你可以在 [modelProviders](https://github.com/lobehub/lobe-chat/tree/main/src/config/modelProviders) 查找到当前的所有模型名。
+你可以在 [modelProviders](https://github.com/lobehub/lobehub/tree/main/src/config/modelProviders) 查找到当前的所有模型名。
## Azure OpenAI
diff --git a/docs/self-hosting/examples/ollama.mdx b/docs/self-hosting/examples/ollama.mdx
index 8c4259e2c5..f311a995a0 100644
--- a/docs/self-hosting/examples/ollama.mdx
+++ b/docs/self-hosting/examples/ollama.mdx
@@ -27,7 +27,7 @@ First, you need to install Ollama. For detailed steps on installing and configur
Assuming you have already started the Ollama service locally on port `11434`. Run the following Docker command to start LobeHub locally:
```bash
-docker run -d -p 3210:3210 -e OLLAMA_PROXY_URL=http://host.docker.internal:11434 lobehub/lobe-chat
+docker run -d -p 3210:3210 -e OLLAMA_PROXY_URL=http://host.docker.internal:11434 lobehub/lobehub
```
Now, you can use LobeHub to converse with the local LLM.
diff --git a/docs/self-hosting/examples/ollama.zh-CN.mdx b/docs/self-hosting/examples/ollama.zh-CN.mdx
index 30d550f66e..a8e2520594 100644
--- a/docs/self-hosting/examples/ollama.zh-CN.mdx
+++ b/docs/self-hosting/examples/ollama.zh-CN.mdx
@@ -25,7 +25,7 @@ Ollama 是一款强大的本地运行大型语言模型(LLM)的框架,支
假设你已经在本地 `11434` 端口启动了 Ollama 服务。运行以下 Docker 命令行,在本地启动 LobeHub:
```bash
-docker run -d -p 3210:3210 -e OLLAMA_PROXY_URL=http://host.docker.internal:11434 lobehub/lobe-chat
+docker run -d -p 3210:3210 -e OLLAMA_PROXY_URL=http://host.docker.internal:11434 lobehub/lobehub
```
接下来,你就可以使用 LobeHub 与本地 LLM 对话了。
diff --git a/docs/self-hosting/migration/v2/auth/clerk-to-betterauth.mdx b/docs/self-hosting/migration/v2/auth/clerk-to-betterauth.mdx
index 7204ddf751..7294bf916b 100644
--- a/docs/self-hosting/migration/v2/auth/clerk-to-betterauth.mdx
+++ b/docs/self-hosting/migration/v2/auth/clerk-to-betterauth.mdx
@@ -24,7 +24,7 @@ This guide helps you migrate your existing Clerk-based LobeHub deployment to Bet
- **Always backup your database first!** For Neon users, create a backup via [Fork Branch](https://neon.tech/docs/manage/branches#create-a-branch)
- LobeHub is not responsible for any data loss or issues that may occur during the migration process
- This guide is intended for users with development experience; not recommended for users without technical background
- - If you have any questions, feel free to ask in our [Discord](https://discord.com/invite/AYFPHvv2jT) community or [GitHub Issue](https://github.com/lobehub/lobe-chat/issues/11707)
+ - If you have any questions, feel free to ask in our [Discord](https://discord.com/invite/AYFPHvv2jT) community or [GitHub Issue](https://github.com/lobehub/lobehub/issues/11707)
## Choose Your Migration Path
@@ -142,8 +142,8 @@ For larger deployments or when you need to preserve user passwords and SSO conne
1. Clone the LobeHub repository and install dependencies:
```bash
- git clone https://github.com/lobehub/lobe-chat.git
- cd lobe-chat
+ git clone https://github.com/lobehub/lobehub.git
+ cd lobehub
pnpm install
```
diff --git a/docs/self-hosting/migration/v2/auth/clerk-to-betterauth.zh-CN.mdx b/docs/self-hosting/migration/v2/auth/clerk-to-betterauth.zh-CN.mdx
index b37d57056c..7c28b7e444 100644
--- a/docs/self-hosting/migration/v2/auth/clerk-to-betterauth.zh-CN.mdx
+++ b/docs/self-hosting/migration/v2/auth/clerk-to-betterauth.zh-CN.mdx
@@ -22,7 +22,7 @@ tags:
- **务必先备份数据库**!如使用 Neon,可通过 [Fork 分支](https://neon.tech/docs/manage/branches#create-a-branch) 创建备份
- 迁移过程中可能出现的任何数据丢失或问题,LobeHub 概不负责
- 本指南适合有一定开发背景的用户,不建议无技术经验的用户自行操作
- - 如有任何疑问,欢迎到 [Discord](https://discord.com/invite/AYFPHvv2jT) 社区或 [GitHub Issue](https://github.com/lobehub/lobe-chat/issues/11707) 提问
+ - 如有任何疑问,欢迎到 [Discord](https://discord.com/invite/AYFPHvv2jT) 社区或 [GitHub Issue](https://github.com/lobehub/lobehub/issues/11707) 提问
## 选择迁移方式
@@ -137,8 +137,8 @@ tags:
1. Clone LobeHub 仓库并安装依赖:
```bash
- git clone https://github.com/lobehub/lobe-chat.git
- cd lobe-chat
+ git clone https://github.com/lobehub/lobehub.git
+ cd lobehub
pnpm install
```
diff --git a/docs/self-hosting/migration/v2/auth/nextauth-to-betterauth.mdx b/docs/self-hosting/migration/v2/auth/nextauth-to-betterauth.mdx
index cf8db3acfd..29751ce829 100644
--- a/docs/self-hosting/migration/v2/auth/nextauth-to-betterauth.mdx
+++ b/docs/self-hosting/migration/v2/auth/nextauth-to-betterauth.mdx
@@ -24,7 +24,7 @@ This guide helps you migrate your existing NextAuth-based LobeHub deployment to
- **Always backup your database first!** For Neon users, create a backup via [Fork Branch](https://neon.tech/docs/manage/branches#create-a-branch)
- LobeHub is not responsible for any data loss or issues that may occur during the migration process
- This guide is intended for users with development experience; not recommended for users without technical background
- - If you have any questions, feel free to ask in our [Discord](https://discord.com/invite/AYFPHvv2jT) community or [GitHub Issue](https://github.com/lobehub/lobe-chat/issues)
+ - If you have any questions, feel free to ask in our [Discord](https://discord.com/invite/AYFPHvv2jT) community or [GitHub Issue](https://github.com/lobehub/lobehub/issues)
## Choose Your Migration Path
@@ -175,8 +175,8 @@ For larger deployments or when you need to preserve SSO connections, use the mig
1. Clone the LobeHub repository and install dependencies:
```bash
- git clone https://github.com/lobehub/lobe-chat.git
- cd lobe-chat
+ git clone https://github.com/lobehub/lobehub.git
+ cd lobehub
pnpm install
```
@@ -354,7 +354,7 @@ When configuring SSO connections (e.g., GitHub in Auth0), make sure to enable **
For identity providers like Casdoor or Logto, users may not have an email configured.
- **Note for Casdoor Users**: Casdoor does not require users to have an email configured, but LobeHub strongly depends on email for authentication. If you find migration difficult due to many users without email addresses, we recommend staying on [v2.0.0-next.344](https://github.com/lobehub/lobe-chat/releases/tag/v2.0.0-next.344) for now. We plan to provide a self-service migration feature in the future, where users without email will be redirected to a bind-email page when they log in.
+ **Note for Casdoor Users**: Casdoor does not require users to have an email configured, but LobeHub strongly depends on email for authentication. If you find migration difficult due to many users without email addresses, we recommend staying on [v2.0.0-next.344](https://github.com/lobehub/lobehub/releases/tag/v2.0.0-next.344) for now. We plan to provide a self-service migration feature in the future, where users without email will be redirected to a bind-email page when they log in.
Solution:
diff --git a/docs/self-hosting/migration/v2/auth/nextauth-to-betterauth.zh-CN.mdx b/docs/self-hosting/migration/v2/auth/nextauth-to-betterauth.zh-CN.mdx
index 5a5a4f73c3..c85e2f4501 100644
--- a/docs/self-hosting/migration/v2/auth/nextauth-to-betterauth.zh-CN.mdx
+++ b/docs/self-hosting/migration/v2/auth/nextauth-to-betterauth.zh-CN.mdx
@@ -22,7 +22,7 @@ tags:
- **务必先备份数据库**!如使用 Neon,可通过 [Fork 分支](https://neon.tech/docs/manage/branches#create-a-branch) 创建备份
- 迁移过程中可能出现的任何数据丢失或问题,LobeHub 概不负责
- 本指南适合有一定开发背景的用户,不建议无技术经验的用户自行操作
- - 如有任何疑问,欢迎到 [Discord](https://discord.com/invite/AYFPHvv2jT) 社区或 [GitHub Issue](https://github.com/lobehub/lobe-chat/issues) 提问
+ - 如有任何疑问,欢迎到 [Discord](https://discord.com/invite/AYFPHvv2jT) 社区或 [GitHub Issue](https://github.com/lobehub/lobehub/issues) 提问
## 选择迁移方式
@@ -172,8 +172,8 @@ Better Auth 支持更多功能,以下是新增的环境变量:
1. Clone LobeHub 仓库并安装依赖:
```bash
- git clone https://github.com/lobehub/lobe-chat.git
- cd lobe-chat
+ git clone https://github.com/lobehub/lobehub.git
+ cd lobehub
pnpm install
```
@@ -350,7 +350,7 @@ npx tsx scripts/nextauth-to-betterauth/verify.ts
对于 Casdoor、Logto 等身份提供商,用户可能没有配置邮箱。
- **Casdoor 用户注意**:Casdoor 不要求用户必须配置邮箱,但 LobeHub 强依赖邮箱进行身份认证。如果因为大量用户没有邮箱而感觉迁移困难,建议暂时停留在 [v2.0.0-next.344](https://github.com/lobehub/lobe-chat/releases/tag/v2.0.0-next.344) 版本。后续官方计划提供用户端自助迁移功能,届时没有邮箱的用户登录时会被重定向到绑定邮箱页面。
+ **Casdoor 用户注意**:Casdoor 不要求用户必须配置邮箱,但 LobeHub 强依赖邮箱进行身份认证。如果因为大量用户没有邮箱而感觉迁移困难,建议暂时停留在 [v2.0.0-next.344](https://github.com/lobehub/lobehub/releases/tag/v2.0.0-next.344) 版本。后续官方计划提供用户端自助迁移功能,届时没有邮箱的用户登录时会被重定向到绑定邮箱页面。
解决方案:
diff --git a/docs/self-hosting/platform/docker-compose.mdx b/docs/self-hosting/platform/docker-compose.mdx
index e0ae9d6ecc..f1052e4dde 100644
--- a/docs/self-hosting/platform/docker-compose.mdx
+++ b/docs/self-hosting/platform/docker-compose.mdx
@@ -189,11 +189,13 @@ The script supports the following deployment modes; please choose the appropriat
**Single Domain Deployment**
If you only have one domain, you can distinguish services by different ports:
+
- Domain setup for the LobeHub service: `lobe.example.com:${PORT1}`
- Domain setup for the S3 service: `lobe.example.com:${PORT2}`
- You need to configure forwarding rules for each port in the reverse proxy.
+ You need to configure forwarding rules for each port in the reverse proxy.
**Port Mode vs Domain Mode:**
+
- Port Mode: The script automatically uses default ports (3210/9000/9001)
- Domain Mode: You can customize ports (via reverse proxy configuration)
@@ -254,11 +256,11 @@ The script supports the following deployment modes; please choose the appropriat
## Custom Deployment
-This section mainly introduces the configurations that need to be modified to customize the deployment of the LobeHub service in different network environments. Before starting, you can download the [Docker Compose configuration file](https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/deploy/docker-compose.yml) and the [environment variable configuration file](https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/deploy/.env.example).
+This section mainly introduces the configurations that need to be modified to customize the deployment of the LobeHub service in different network environments. Before starting, you can download the [Docker Compose configuration file](https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/deploy/docker-compose.yml) and the [environment variable configuration file](https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/deploy/.env.example).
```sh
-curl -O https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/deploy/docker-compose.yml
-curl -O https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/deploy/.env.example
+curl -O https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/deploy/docker-compose.yml
+curl -O https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/deploy/.env.example
mv .env.example .env
```
diff --git a/docs/self-hosting/platform/docker-compose.zh-CN.mdx b/docs/self-hosting/platform/docker-compose.zh-CN.mdx
index e672f7c43d..08130f8da1 100644
--- a/docs/self-hosting/platform/docker-compose.zh-CN.mdx
+++ b/docs/self-hosting/platform/docker-compose.zh-CN.mdx
@@ -186,10 +186,11 @@ bash <(curl -fsSL https://lobe.li/setup.sh) -l zh_CN
**单域名部署方案**
如果只有一个域名,可以通过不同端口区分服务:
+
- LobeHub 服务的域名设置:`lobe.example.com:${PORT1}`
- S3 服务的域名设置:`lobe.example.com:${PORT2}`
- 需在反向代理中配置对应端口的转发规则。
- **端口模式 vs 域名模式:**
+ 需在反向代理中配置对应端口的转发规则。
+ **端口模式 vs 域名模式:**
- 端口模式:一键安装脚本自动使用默认端口(3210/9000/9001)
- 域名模式:可自定义端口(通过反向代理配置)
@@ -250,11 +251,11 @@ bash <(curl -fsSL https://lobe.li/setup.sh) -l zh_CN
## 自定义部署
-该章节主要为你介绍在不同的网络环境下自定义部署 LobeHub 服务必须要修改的配置。在开始前,你可以先下载 [Docker Compose 配置文件](https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/deploy/docker-compose.yml) 以及 [环境变量配置文件](https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/deploy/.env.zh-CN.example)。
+该章节主要为你介绍在不同的网络环境下自定义部署 LobeHub 服务必须要修改的配置。在开始前,你可以先下载 [Docker Compose 配置文件](https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/deploy/docker-compose.yml) 以及 [环境变量配置文件](https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/deploy/.env.zh-CN.example)。
```sh
-curl -O https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/deploy/docker-compose.yml
-curl -O https://raw.githubusercontent.com/lobehub/lobe-chat/HEAD/docker-compose/deploy/.env.zh-CN.example
+curl -O https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/deploy/docker-compose.yml
+curl -O https://raw.githubusercontent.com/lobehub/lobehub/HEAD/docker-compose/deploy/.env.zh-CN.example
mv .env.zh-CN.example .env
```
diff --git a/docs/self-hosting/platform/docker.mdx b/docs/self-hosting/platform/docker.mdx
index 3c217cb304..1da21f333f 100644
--- a/docs/self-hosting/platform/docker.mdx
+++ b/docs/self-hosting/platform/docker.mdx
@@ -56,7 +56,7 @@ Here is the process for deploying the LobeHub server database version on a Linux
environments.
- ### Create a file named `lobe-chat.env` to store environment variables:
+ ### Create a file named `lobehub.env` to store environment variables:
Click the buttons below to generate required secrets:
@@ -95,7 +95,7 @@ Here is the process for deploying the LobeHub server database version on a Linux
### Start the lobehub Docker image
```sh
- docker run -it -d -p 3210:3210 --network pg --env-file lobe-chat.env --name lobehub lobehub/lobehub
+ docker run -it -d -p 3210:3210 --network pg --env-file lobehub.env --name lobehub lobehub/lobehub
```
You can use the following command to check the logs:
diff --git a/docs/self-hosting/platform/docker.zh-CN.mdx b/docs/self-hosting/platform/docker.zh-CN.mdx
index b21b33b57f..b7e5e74000 100644
--- a/docs/self-hosting/platform/docker.zh-CN.mdx
+++ b/docs/self-hosting/platform/docker.zh-CN.mdx
@@ -52,7 +52,7 @@ tags:
演示,生产环境请自行配置持久化存储。
- ### 创建名为 `lobe-chat.env` 文件用于存放环境变量:
+ ### 创建名为 `lobehub.env` 文件用于存放环境变量:
点击下方按钮生成所需密钥:
@@ -94,7 +94,7 @@ tags:
### 启动 lobehub docker 镜像
```sh
- docker run -it -d -p 3210:3210 --network pg --env-file lobe-chat.env --name lobehub lobehub/lobehub
+ docker run -it -d -p 3210:3210 --network pg --env-file lobehub.env --name lobehub lobehub/lobehub
```
你可以使用下述指令检查日志:
diff --git a/docs/self-hosting/platform/dokploy.mdx b/docs/self-hosting/platform/dokploy.mdx
index 8f61cc8161..bf70a02027 100644
--- a/docs/self-hosting/platform/dokploy.mdx
+++ b/docs/self-hosting/platform/dokploy.mdx
@@ -86,7 +86,7 @@ Click "Create Service", select "Application", and create the LobeHub application

-Enter the created LobeHub application, select the forked lobe-chat project and branch, and click Save to save.
+Enter the created LobeHub application, select the forked lobehub project and branch, and click Save to save.

diff --git a/docs/self-hosting/platform/dokploy.zh-CN.mdx b/docs/self-hosting/platform/dokploy.zh-CN.mdx
index 8900e02f62..edef871d75 100644
--- a/docs/self-hosting/platform/dokploy.zh-CN.mdx
+++ b/docs/self-hosting/platform/dokploy.zh-CN.mdx
@@ -87,7 +87,7 @@ postgresql://postgres:wAbLxfXSwkxxxxxx@45.577.281.48:5432/postgres

-进入创建的 LobeHub 应用,选择你 fork 的 lobe-chat 项目及分支,点击 Save 保存
+进入创建的 LobeHub 应用,选择你 fork 的 lobehub 项目及分支,点击 Save 保存

diff --git a/docs/self-hosting/platform/sealos.mdx b/docs/self-hosting/platform/sealos.mdx
index d487a3a0bb..63dc6f0428 100644
--- a/docs/self-hosting/platform/sealos.mdx
+++ b/docs/self-hosting/platform/sealos.mdx
@@ -85,12 +85,12 @@ Fill in the following three required parameters:
**Step 2**:In the `Settings` page, find the `Redirect URI` and `Post sign-out redirect URI` parameters, fill in the following values:
-- Redirect URI: `https:///api/auth/callback/logto`
-- Post sign-out redirect URI: `https://`
+- Redirect URI: `https:///api/auth/callback/logto`
+- Post sign-out redirect URI: `https://`
**Step 3**:Click the `Save changes` button to save the configuration.
-**Step 4**:Now, access the LobeHub database version through `https://`, click the avatar in the upper left corner, and then click the \[Log in / Sign up] button.
+**Step 4**:Now, access the LobeHub database version through `https://`, click the avatar in the upper left corner, and then click the \[Log in / Sign up] button.
**Step 5**:Next, you will be redirected to the Logto login page, click the \[Create account] button to register an account.
diff --git a/docs/self-hosting/platform/sealos.zh-CN.mdx b/docs/self-hosting/platform/sealos.zh-CN.mdx
index bf54c2d42f..e58ec0558a 100644
--- a/docs/self-hosting/platform/sealos.zh-CN.mdx
+++ b/docs/self-hosting/platform/sealos.zh-CN.mdx
@@ -92,14 +92,14 @@ tags:
在 `Settings` 页面中找到 “Redirect URI” 和 “Post sign-out redirect URI” 这两个参数,填入以下值:
-- Redirect URI:`https:///api/auth/callback/logto`
-- Post sign-out redirect URI:`https://`
+- Redirect URI:`https:///api/auth/callback/logto`
+- Post sign-out redirect URI:`https://`
-其中 `https://` 为 LobeHub 数据库版的公网地址。
+其中 `https://` 为 LobeHub 数据库版的公网地址。
填完之后点击 `Save changes` 按钮保存配置。
-现在通过 `https://` 访问 LobeHub 数据库版,点击左上角的头像,然后点击【登录 / 注册】按钮:
+现在通过 `https://` 访问 LobeHub 数据库版,点击左上角的头像,然后点击【登录 / 注册】按钮:

diff --git a/docs/self-hosting/platform/vercel.mdx b/docs/self-hosting/platform/vercel.mdx
index 6a2ff6445d..5c3211281b 100644
--- a/docs/self-hosting/platform/vercel.mdx
+++ b/docs/self-hosting/platform/vercel.mdx
@@ -288,7 +288,7 @@ Long-running AI requests may timeout on the Hobby plan. Streaming responses (ena
To receive future LobeHub updates:
1. **Delete** the current project from Vercel dashboard (Settings → Delete Project)
-2. Manually **fork** [lobehub/lobe-chat](https://github.com/lobehub/lobe-chat) on GitHub
+2. Manually **fork** [lobehub/lobehub](https://github.com/lobehub/lobehub) on GitHub
3. **Import** your forked repository to Vercel (Add New → Project)
4. Re-configure your environment variables and deploy
5. In your fork's GitHub **Actions** tab, enable the `upstream-sync` workflow — it automatically checks for updates daily
diff --git a/docs/self-hosting/platform/vercel.zh-CN.mdx b/docs/self-hosting/platform/vercel.zh-CN.mdx
index a991b4d1b5..b4c2a8bb13 100644
--- a/docs/self-hosting/platform/vercel.zh-CN.mdx
+++ b/docs/self-hosting/platform/vercel.zh-CN.mdx
@@ -283,7 +283,7 @@ tags:
若要接收 LobeHub 的后续更新:
1. 在 Vercel 控制台**删除**当前项目(设置 → 删除项目)
-2. 在 GitHub 上手动 **Fork** [lobehub/lobe-chat](https://github.com/lobehub/lobe-chat)
+2. 在 GitHub 上手动 **Fork** [lobehub/lobehub](https://github.com/lobehub/lobehub)
3. 将 Fork 后的仓库**导入**到 Vercel(新增项目 → 导入)
4. 重新配置环境变量并部署
5. 在 Fork 仓库的 GitHub **Actions** 标签页,启用 `upstream-sync` 工作流 —— 它会每日自动检查上游更新
diff --git a/docs/usage/help.mdx b/docs/usage/help.mdx
index 503221ee83..0ac315bf3b 100644
--- a/docs/usage/help.mdx
+++ b/docs/usage/help.mdx
@@ -33,18 +33,18 @@ Stuck on something? Here's where to find answers and get in touch.
Found a bug or have a feature request? Open an issue on GitHub — we track everything there.
-- [**GitHub Issues**](https://github.com/lobehub/lobe-chat/issues/new/choose) — Bug reports, feature requests, and discussions
+- [**GitHub Issues**](https://github.com/lobehub/lobehub/issues/new/choose) — Bug reports, feature requests, and discussions
Before submitting, search existing issues to avoid duplicates. Include steps to reproduce for bugs; describe your use case for feature requests.
## Get in Touch
-| Channel | Best for | Link |
-| ----------------- | ----------------------------------------- | ----------------------------------------------------------------------- |
-| **Discord** | Real-time chat, quick Q\&A, announcements | [Join](https://discord.com/invite/AYFPHvv2jT) |
-| **Reddit** | Discussions and community updates | [r/LobeHub](https://www.reddit.com/r/LobeHub/) |
-| **GitHub Issues** | Bug reports, feature requests | [Open an Issue](https://github.com/lobehub/lobe-chat/issues/new/choose) |
-| **Email** | Partnerships, enterprise inquiries | [hi@lobehub.com](mailto:hi@lobehub.com) |
-| **X (Twitter)** | Updates and announcements | [@lobehub](https://x.com/lobehub) |
+| Channel | Best for | Link |
+| ----------------- | ----------------------------------------- | --------------------------------------------------------------------- |
+| **Discord** | Real-time chat, quick Q\&A, announcements | [Join](https://discord.com/invite/AYFPHvv2jT) |
+| **Reddit** | Discussions and community updates | [r/LobeHub](https://www.reddit.com/r/LobeHub/) |
+| **GitHub Issues** | Bug reports, feature requests | [Open an Issue](https://github.com/lobehub/lobehub/issues/new/choose) |
+| **Email** | Partnerships, enterprise inquiries | [hi@lobehub.com](mailto:hi@lobehub.com) |
+| **X (Twitter)** | Updates and announcements | [@lobehub](https://x.com/lobehub) |
Community members and the team typically respond within hours on Discord. For technical issues, GitHub Issues or Discord usually get the fastest responses.
diff --git a/docs/usage/help.zh-CN.mdx b/docs/usage/help.zh-CN.mdx
index 04e62edff7..94f9f6bec5 100644
--- a/docs/usage/help.zh-CN.mdx
+++ b/docs/usage/help.zh-CN.mdx
@@ -31,18 +31,18 @@ tags:
发现 Bug 或有功能建议?在 GitHub 提交 Issue,我们会在此跟进。
-- [**GitHub Issues**](https://github.com/lobehub/lobe-chat/issues/new/choose) — Bug 反馈、功能建议与讨论
+- [**GitHub Issues**](https://github.com/lobehub/lobehub/issues/new/choose) — Bug 反馈、功能建议与讨论
提交前请先搜索已有 Issue,避免重复。Bug 请附上复现步骤;功能建议请说明使用场景。
## 联系我们
-| 渠道 | 适合 | 链接 |
-| ----------------- | ------------ | ------------------------------------------------------------------ |
-| **Discord** | 实时交流、快速问答、公告 | [加入](https://discord.com/invite/AYFPHvv2jT) |
-| **Reddit** | 讨论与社区动态 | [r/LobeHub](https://www.reddit.com/r/LobeHub/) |
-| **GitHub Issues** | Bug 反馈、功能建议 | [提交 Issue](https://github.com/lobehub/lobe-chat/issues/new/choose) |
-| **邮箱** | 合作、企业咨询 | [hi@lobehub.com](mailto:hi@lobehub.com) |
-| **X (Twitter)** | 动态与公告 | [@lobehub](https://x.com/lobehub) |
+| 渠道 | 适合 | 链接 |
+| ----------------- | ------------ | ---------------------------------------------------------------- |
+| **Discord** | 实时交流、快速问答、公告 | [加入](https://discord.com/invite/AYFPHvv2jT) |
+| **Reddit** | 讨论与社区动态 | [r/LobeHub](https://www.reddit.com/r/LobeHub/) |
+| **GitHub Issues** | Bug 反馈、功能建议 | [提交 Issue](https://github.com/lobehub/lobehub/issues/new/choose) |
+| **邮箱** | 合作、企业咨询 | [hi@lobehub.com](mailto:hi@lobehub.com) |
+| **X (Twitter)** | 动态与公告 | [@lobehub](https://x.com/lobehub) |
社区成员和团队通常会在数小时内在 Discord 上回复。技术类问题通过 GitHub Issues 或 Discord 通常能更快得到响应。
diff --git a/docs/usage/migrate-from-local-database.mdx b/docs/usage/migrate-from-local-database.mdx
index fa2108a9cc..dd31484835 100644
--- a/docs/usage/migrate-from-local-database.mdx
+++ b/docs/usage/migrate-from-local-database.mdx
@@ -34,7 +34,7 @@ Prefer to self-host? Deploy v2.x first using the [Self-Hosting Guide](/docs/self
You can still migrate. Your local database files are **not deleted** when you upgrade — they remain on disk until you remove them.
-1. Download a **v1.x build** from [GitHub Releases](https://github.com/lobehub/lobe-chat/releases).
+1. Download a **v1.x build** from [GitHub Releases](https://github.com/lobehub/lobehub/releases).
2. Install and open v1.x, then export your data: **Settings → Data Storage → Export Data**.
3. In v2.x, go to **Settings → Data Storage → Import Data** and upload the export file.
@@ -133,6 +133,6 @@ If something is missing, keep the v1.x export file. Update to the latest v2.x, t
If you run into issues:
- [Help & Support](/docs/usage/help) — General resources and community links
-- [GitHub Issues](https://github.com/lobehub/lobe-chat/issues/new/choose) — Report bugs or request help with migration
+- [GitHub Issues](https://github.com/lobehub/lobehub/issues/new/choose) — Report bugs or request help with migration
Include your v1.x version, v2.x version, and a description of what went wrong. If possible, note whether the export completed successfully and where the import failed.
diff --git a/docs/usage/migrate-from-local-database.zh-CN.mdx b/docs/usage/migrate-from-local-database.zh-CN.mdx
index a2c34b71fa..0ad783e537 100644
--- a/docs/usage/migrate-from-local-database.zh-CN.mdx
+++ b/docs/usage/migrate-from-local-database.zh-CN.mdx
@@ -32,7 +32,7 @@ LobeHub v1.x 桌面端曾提供 **本地数据库** 模式 —— 数据保存
依然可以完成迁移。升级到 v2.x **不会删除**本地数据库文件 —— 它们会保留在磁盘上,直到你手动删除。
-1. 从 [GitHub Releases](https://github.com/lobehub/lobe-chat/releases) 下载 **v1.x 版本**。
+1. 从 [GitHub Releases](https://github.com/lobehub/lobehub/releases) 下载 **v1.x 版本**。
2. 安装并打开 v1.x,导出数据:**设置 → 数据存储 → 导出数据**。
3. 在 v2.x 中进入 **设置 → 数据存储 → 导入数据**,上传导出的文件。
@@ -131,6 +131,6 @@ v1.x 本地数据库默认位于:
若遇到问题:
- [帮助与支持](/zh/docs/usage/help) —— 通用资源与社区链接
-- [GitHub Issues](https://github.com/lobehub/lobe-chat/issues/new/choose) —— 反馈 Bug 或请求迁移帮助
+- [GitHub Issues](https://github.com/lobehub/lobehub/issues/new/choose) —— 反馈 Bug 或请求迁移帮助
反馈时请注明 v1.x 版本、v2.x 版本以及具体问题。如有可能,说明导出是否成功完成、导入在哪个环节失败。
diff --git a/docs/usage/providers/modelscope.mdx b/docs/usage/providers/modelscope.mdx
index 4cac01ee0b..5db8ea3bf1 100644
--- a/docs/usage/providers/modelscope.mdx
+++ b/docs/usage/providers/modelscope.mdx
@@ -113,7 +113,7 @@ For ModelScope-specific issues:
For LobeHub integration issues:
-- Browse our [GitHub Issues](https://github.com/lobehub/lobe-chat/issues)
+- Browse our [GitHub Issues](https://github.com/lobehub/lobehub/issues)
- Join our community discussions
## Model ID Format
diff --git a/docs/usage/providers/modelscope.zh-CN.mdx b/docs/usage/providers/modelscope.zh-CN.mdx
index b55f3fc037..42e6bd2bfd 100644
--- a/docs/usage/providers/modelscope.zh-CN.mdx
+++ b/docs/usage/providers/modelscope.zh-CN.mdx
@@ -113,7 +113,7 @@ DEBUG_MODELSCOPE_CHAT_COMPLETION=1
对于 LobeHub 集成问题:
-- 查看我们的 [GitHub Issues](https://github.com/lobehub/lobe-chat/issues)
+- 查看我们的 [GitHub Issues](https://github.com/lobehub/lobehub/issues)
- 加入我们的社区讨论
## 模型 ID 格式
diff --git a/package.json b/package.json
index 381fc12825..6186d01196 100644
--- a/package.json
+++ b/package.json
@@ -14,13 +14,13 @@
"tts",
"stt"
],
- "homepage": "https://github.com/lobehub/lobe-chat",
+ "homepage": "https://github.com/lobehub/lobehub",
"bugs": {
- "url": "https://github.com/lobehub/lobe-chat/issues/new/choose"
+ "url": "https://github.com/lobehub/lobehub/issues/new/choose"
},
"repository": {
"type": "git",
- "url": "https://github.com/lobehub/lobe-chat.git"
+ "url": "https://github.com/lobehub/lobehub.git"
},
"license": "MIT",
"author": "LobeHub ",