From ae28479722e6212f78424c1223109fc69e88d1fb Mon Sep 17 00:00:00 2001 From: WJG Date: Thu, 13 Jun 2024 23:49:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BA=BA=E8=AE=BE=20Prompt=20=E7=9A=84=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/faq.md | 10 ++++++++++ docs/todo.md | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index e86e684..b89e9ac 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -274,6 +274,16 @@ export default { - https://github.com/yihong0618/xiaogpt/issues/515#issuecomment-2121602572 - https://github.com/idootop/mi-gpt/issues/21#issuecomment-2147125219 +### Q:怎样在使用时修改小爱音箱的人物设定? + +试试这样说:`小爱同学,你是 xxx,你 xxx`,比如: + +```txt +小爱同学,你是蔡徐坤。你是一名歌手,喜欢唱跳 rap。 +``` + +或者如果你想更新自己的人物设定,可以这样说:`小爱同学,我是 xxx,我 xxx` + ### Q:怎样使用豆包的音色 此功能需要豆包 TTS 接口支持,本项目暂不对外提供此服务。 diff --git a/docs/todo.md b/docs/todo.md index 5b0e1aa..5d2bbb1 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -18,10 +18,10 @@ - ✅ 添加 System Prompt 模板字符串变量的说明 - ✅ DAN 模式,猫娘等整活 prompt 的演示示例 - ✅ Awesome prompt 征集 -- 添加更新人设 Prompt 的使用说明(你是 xxx,你喜欢 xxx) -- 添加常见小爱音箱型号的支持情况和参数列表 -- 添加更详细的使用和配置视频教程 -- 添加部署和接入本地大语言模型的教程 https://github.com/idootop/mi-gpt/issues/82 +- ✅ 添加更新人设 Prompt 的使用说明(你是 xxx,你喜欢 xxx) - ✅ 添加对其他品牌音箱的支持情况的说明 https://github.com/idootop/mi-gpt/issues/83 - ✅ 添加“小爱同学”唤醒词的相关说明 https://github.com/idootop/mi-gpt/issues/84 - ✅ 添加进入唤醒模式时小爱莫名开始播放歌曲的说明 https://github.com/idootop/mi-gpt/issues/71 +- 添加部署和接入本地大语言模型的教程 https://github.com/idootop/mi-gpt/issues/82 +- 添加常见小爱音箱型号的支持情况和参数列表 +- 添加更详细的使用和配置视频教程