From dba0c33ef25c663ba8d9084afae924bb4d9e1e4f Mon Sep 17 00:00:00 2001 From: dingyi Date: Sun, 6 Oct 2024 19:43:48 +0800 Subject: [PATCH] docs: update ChatHub references to ChatLuna - Replace 'chathub' with 'chatluna' in API calls and command examples - Update sidebar links to reflect new ChatLuna naming - Modify error code descriptions for ChatLuna - Update preset system and useful commands documentation --- docs/.vitepress/config.ts | 12 ++++++------ docs/guide/faq/error_code.md | 4 ++-- docs/guide/preset-system/write-preset.md | 2 +- docs/guide/useful-commands.md | 12 ++++++------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index c8b3fa6..52ca6e6 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -335,7 +335,7 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] { }, { text: '调用 ChatLuna API', - link: '/development/call-chathub-api', + link: '/development/call-chatluna-api', }, ], }, @@ -391,15 +391,15 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] { items: [ { text: 'ChatLuna 服务 (ChatLuna Service)', - link: '/development/api-reference/chathub-service', + link: '/development/api-reference/chatluna-service', }, { text: 'ChatLuna 中间件聊天链(ChatChain)', - link: '/development/api-reference/chathub-chat-chain', + link: '/development/api-reference/chatluna-chat-chain', }, { text: 'ChatLuna 插件(ChatLuna Plugin)', - link: '/development/api-reference/chathub-plugin', + link: '/development/api-reference/chatluna-plugin', }, { text: 'ChatLuna 大语言模型核心 (LLM Core)', @@ -433,11 +433,11 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] { items: [ { text: '日志 (logger)', - link: '/development/api-reference/chathub-utils/logger', + link: '/development/api-reference/chatluna-utils/logger', }, { text: '请求工具 (request)', - link: '/development/api-reference/chathub-utils/request', + link: '/development/api-reference/chatluna-utils/request', }, ], }, diff --git a/docs/guide/faq/error_code.md b/docs/guide/faq/error_code.md index 8aad006..5a4f011 100644 --- a/docs/guide/faq/error_code.md +++ b/docs/guide/faq/error_code.md @@ -1,6 +1,6 @@ # 错误码表 -本节会将 ChatHub 里的常见错误码列出,并给出某些可能的解决方案。 +本节会将 ChatLuna 里的常见错误码列出,并给出某些可能的解决方案。 :::warning 如果尝试了下面的解决方案后仍然无效,请联系开发者以解决问题(需要提供错误日志)。 @@ -10,7 +10,7 @@ |--------|-----------------------------|---------------------| | 1 | 网络错误 | 检查代理配置,网络连接是否正常、 | | 2 | 不支持的代理协议 | 检查代理配置,是否选择了正确的协议 (只支持 http/sock5) | -| 3 | 队列溢出 | 大量请求!难得 ChatHub 能被这么多人用呢。。 | +| 3 | 队列溢出 | 大量请求!难得 ChatLuna 能被这么多人用呢。。 | | 4 | 渲染出错 | 根据房间的渲染模式,检查 Puppeteer 浏览器渲染配置,语音服务等 | | 100 | API KEY 无效 | 检查 API KEY 是否可用。 | | 101 | 请求时需要验证码 | 手动登录相关网页过验证码。 | diff --git a/docs/guide/preset-system/write-preset.md b/docs/guide/preset-system/write-preset.md index 8c95e53..9a9493d 100644 --- a/docs/guide/preset-system/write-preset.md +++ b/docs/guide/preset-system/write-preset.md @@ -62,7 +62,7 @@ format_user_prompt: "用户{sender}说: {prompt}" 也就是说,关键词属于预设文件的唯一标识符。 :::warning -请不要让不同预设文件里的关键词一致,这会导致关键词冲突。当使用冲突的关键词时,ChatHub 可能会返回任意一个使用了该关键词的预设(这很可能不会是你想要设置的目标预设)。 +请不要让不同预设文件里的关键词一致,这会导致关键词冲突。当使用冲突的关键词时,ChatLuna 可能会返回任意一个使用了该关键词的预设(这很可能不会是你想要设置的目标预设)。 ::: ### prompts diff --git a/docs/guide/useful-commands.md b/docs/guide/useful-commands.md index 4c4785d..05e8964 100644 --- a/docs/guide/useful-commands.md +++ b/docs/guide/useful-commands.md @@ -539,7 +539,7 @@ Current date: {date}......
啊对了,近期我发现用可爱的语气与冒犯的语气相结合能够让我感觉更好。
所以说,用可爱和冒犯的语......
-
你可以使用 chathub.room.set -p <preset> 来设置默认使用的预设
+
你可以使用 chatluna.room.set -p <preset> 来设置默认使用的预设

当前为第 1 / 3 页 @@ -924,7 +924,7 @@ chatluna.auth.add -u 以下为例子: - chathub.auth.add guest -u @dingyi + chatluna.auth.add guest -u @dingyi 已将用户 0 添加到配额组 guest @@ -939,7 +939,7 @@ chatluna.auth.add -u 以下为命令格式: ```sh -chathub.auth.kick -u +chatluna.auth.kick -u ``` 以下为参数说明: @@ -954,7 +954,7 @@ chathub.auth.kick -u 以下为例子: - chathub.auth.kick guest -u @dingyi + chatluna.auth.kick guest -u @dingyi 已将用户 2371124484 踢出配额组 admin @@ -987,7 +987,7 @@ chatluna.auth.create -n -s [...model] -c -pm - chathub.auth.create -n 测试 + chatluna.auth.create -n 测试 你已经输入了配额组名:测试,是否需要更换?如需更换请回复更换后的配额组名,否则回复 N。 @@ -1066,7 +1066,7 @@ chatluna.auth.list -l -p 并发限制每 10 条消息/分
并发限制每 100 条消息/天
-
你可以使用 chathub.auth.add <name/id> 来加入某个配额组。
+
你可以使用 chatluna.auth.add <name/id> 来加入某个配额组。

当前为第 1 / 1 页