😎高稳定、🧩支持扩展、🦄多模态 - 大模型原生即时通信机器人平台🤖
@@ -21,10 +21,10 @@
[](https://discord.gg/wdNEHETs87)
[](https://qm.qq.com/q/JLi38whHum)
-[](https://deepwiki.com/RockChinQ/LangBot)
-[](https://github.com/RockChinQ/LangBot/releases/latest)
+[](https://deepwiki.com/langbot-app/LangBot)
+[](https://github.com/langbot-app/LangBot/releases/latest)
-[](https://gitcode.com/RockChinQ/LangBot)
+[](https://gitcode.com/langbot-app/LangBot)
简体中文 / [English](README_EN.md) / [日本語](README_JP.md) / (PR for your language)
@@ -44,7 +44,7 @@
#### Docker Compose 部署
```bash
-git clone https://github.com/RockChinQ/LangBot
+git clone https://github.com/langbot-app/LangBot
cd LangBot
docker compose up -d
```
@@ -149,10 +149,10 @@ docker compose up -d
## 😘 社区贡献
-感谢以下[代码贡献者](https://github.com/RockChinQ/LangBot/graphs/contributors)和社区里其他成员对 LangBot 的贡献:
+感谢以下[代码贡献者](https://github.com/langbot-app/LangBot/graphs/contributors)和社区里其他成员对 LangBot 的贡献:
-
## 😎 保持更新
diff --git a/README_EN.md b/README_EN.md
index 07667f84..c6b68cfa 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -10,7 +10,7 @@
😎High Stability, 🧩Extension Supported, 🦄Multi-modal - LLM Native Instant Messaging Bot Platform🤖
@@ -20,8 +20,8 @@
[](https://discord.gg/wdNEHETs87)
-[](https://deepwiki.com/RockChinQ/LangBot)
-[](https://github.com/RockChinQ/LangBot/releases/latest)
+[](https://deepwiki.com/langbot-app/LangBot)
+[](https://github.com/langbot-app/LangBot/releases/latest)

[简体中文](README.md) / English / [日本語](README_JP.md) / (PR for your language)
@@ -42,7 +42,7 @@
#### Docker Compose Deployment
```bash
-git clone https://github.com/RockChinQ/LangBot
+git clone https://github.com/langbot-app/LangBot
cd LangBot
docker compose up -d
```
@@ -132,10 +132,10 @@ Directly use the released version to run, see the [Manual Deployment](https://do
## 🤝 Community Contribution
-Thank you for the following [code contributors](https://github.com/RockChinQ/LangBot/graphs/contributors) and other members in the community for their contributions to LangBot:
+Thank you for the following [code contributors](https://github.com/langbot-app/LangBot/graphs/contributors) and other members in the community for their contributions to LangBot:
-
-
+
+
## 😎 Stay Ahead
diff --git a/README_JP.md b/README_JP.md
index c54ce51b..aaee328f 100644
--- a/README_JP.md
+++ b/README_JP.md
@@ -10,7 +10,7 @@
ホーム |
デプロイ |
プラグイン |
-
プラグインの提出
+
プラグインの提出
😎高い安定性、🧩拡張サポート、🦄マルチモーダル - LLMネイティブインスタントメッセージングボットプラットフォーム🤖
@@ -19,8 +19,8 @@
[](https://discord.gg/wdNEHETs87)
-[](https://deepwiki.com/RockChinQ/LangBot)
-[](https://github.com/RockChinQ/LangBot/releases/latest)
+[](https://deepwiki.com/langbot-app/LangBot)
+[](https://github.com/langbot-app/LangBot/releases/latest)

[简体中文](README_CN.md) / [English](README.md) / [日本語](README_JP.md) / (PR for your language)
@@ -41,7 +41,7 @@
#### Docker Compose デプロイ
```bash
-git clone https://github.com/RockChinQ/LangBot
+git clone https://github.com/langbot-app/LangBot
cd LangBot
docker compose up -d
```
@@ -131,10 +131,10 @@ LangBotはBTPanelにリストされています。BTPanelをインストール
## 🤝 コミュニティ貢献
-LangBot への貢献に対して、以下の [コード貢献者](https://github.com/RockChinQ/LangBot/graphs/contributors) とコミュニティの他のメンバーに感謝します。
+LangBot への貢献に対して、以下の [コード貢献者](https://github.com/langbot-app/LangBot/graphs/contributors) とコミュニティの他のメンバーに感謝します。
-
-
+
+
## 😎 最新情報を入手
diff --git a/main.py b/main.py
index 19cb32d6..1909e343 100644
--- a/main.py
+++ b/main.py
@@ -11,7 +11,7 @@ asciiart = r"""
|____\__,_|_||_\__, |___/\___/\__|
|___/
-⭐️ Open Source 开源地址: https://github.com/RockChinQ/LangBot
+⭐️ Open Source 开源地址: https://github.com/langbot-app/LangBot
📖 Documentation 文档地址: https://docs.langbot.app
"""
diff --git a/pkg/utils/announce.py b/pkg/utils/announce.py
index 7108a08c..a6b8539a 100644
--- a/pkg/utils/announce.py
+++ b/pkg/utils/announce.py
@@ -46,7 +46,7 @@ class AnnouncementManager:
async def fetch_all(self) -> list[Announcement]:
"""获取所有公告"""
resp = requests.get(
- url='https://api.github.com/repos/RockChinQ/LangBot/contents/res/announcement.json',
+ url='https://api.github.com/repos/langbot-app/LangBot/contents/res/announcement.json',
proxies=self.ap.proxy_mgr.get_forward_proxies(),
timeout=5,
)
diff --git a/pkg/utils/version.py b/pkg/utils/version.py
index ec0683c3..b26b1e33 100644
--- a/pkg/utils/version.py
+++ b/pkg/utils/version.py
@@ -29,7 +29,7 @@ class VersionManager:
async def get_release_list(self) -> list:
"""获取发行列表"""
rls_list_resp = requests.get(
- url='https://api.github.com/repos/RockChinQ/LangBot/releases',
+ url='https://api.github.com/repos/langbot-app/LangBot/releases',
proxies=self.ap.proxy_mgr.get_forward_proxies(),
timeout=5,
)
diff --git a/pyproject.toml b/pyproject.toml
index 3ef9b98c..2736ea90 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -80,7 +80,7 @@ classifiers = [
[project.urls]
Homepage = "https://langbot.app"
Documentation = "https://docs.langbot.app"
-Repository = "https://github.com/RockChinQ/langbot"
+Repository = "https://github.com/langbot-app/LangBot"
[dependency-groups]
dev = [