fix 文档修改和补充
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# 🐳 Docker 部署指南
|
# 🐳 Docker 部署指南
|
||||||
|
|
||||||
## 部署步骤 (推荐,但不一定是最新)
|
## 部署步骤 (不一定是最新)
|
||||||
|
|
||||||
**"更新镜像与容器"部分在本文档 [Part 6](#6-更新镜像与容器)**
|
**"更新镜像与容器"部分在本文档 [Part 6](#6-更新镜像与容器)**
|
||||||
|
|
||||||
|
|||||||
@@ -139,8 +139,8 @@ class ScheduleGenerator:
|
|||||||
prompt += f"你之前做了的事情是:{previous_doings},从之前到现在已经过去了{self.schedule_doing_update_interval/60}分钟了\n" #noqa: E501
|
prompt += f"你之前做了的事情是:{previous_doings},从之前到现在已经过去了{self.schedule_doing_update_interval/60}分钟了\n" #noqa: E501
|
||||||
if mind_thinking:
|
if mind_thinking:
|
||||||
prompt += f"你脑子里在想:{mind_thinking}\n"
|
prompt += f"你脑子里在想:{mind_thinking}\n"
|
||||||
prompt += f"现在是{now_time},结合你的个人特点和行为习惯,"
|
prompt += f"现在是{now_time},结合你的个人特点和行为习惯,注意关注你今天的日程安排和想法,这很重要,"
|
||||||
prompt += "推测你现在做什么,具体一些,详细一些\n"
|
prompt += "推测你现在和之后做什么,具体一些,详细一些\n"
|
||||||
prompt += "直接返回你在做的事情,不要输出其他内容:"
|
prompt += "直接返回你在做的事情,不要输出其他内容:"
|
||||||
return prompt
|
return prompt
|
||||||
|
|
||||||
|
|||||||
BIN
src/think_flow_demo/L{QA$T9C4`IVQEAB3WZYFXL.jpg
Normal file
BIN
src/think_flow_demo/L{QA$T9C4`IVQEAB3WZYFXL.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
BIN
src/think_flow_demo/SKG`8J~]3I~E8WEB%Y85I`M.jpg
Normal file
BIN
src/think_flow_demo/SKG`8J~]3I~E8WEB%Y85I`M.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 91 KiB |
BIN
src/think_flow_demo/ZX65~ALHC_7{Q9FKE$X}TQC.jpg
Normal file
BIN
src/think_flow_demo/ZX65~ALHC_7{Q9FKE$X}TQC.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
@@ -134,6 +134,7 @@ enable = true
|
|||||||
[experimental]
|
[experimental]
|
||||||
enable_friend_chat = false # 是否启用好友聊天
|
enable_friend_chat = false # 是否启用好友聊天
|
||||||
enable_think_flow = false # 是否启用思维流 注意:可能会消耗大量token,请谨慎开启
|
enable_think_flow = false # 是否启用思维流 注意:可能会消耗大量token,请谨慎开启
|
||||||
|
#思维流适合搭配低能耗普通模型使用,例如qwen2.5 32b
|
||||||
|
|
||||||
#下面的模型若使用硅基流动则不需要更改,使用ds官方则改成.env.prod自定义的宏,使用自定义模型则选择定位相似的模型自己填写
|
#下面的模型若使用硅基流动则不需要更改,使用ds官方则改成.env.prod自定义的宏,使用自定义模型则选择定位相似的模型自己填写
|
||||||
#推理模型
|
#推理模型
|
||||||
|
|||||||
Reference in New Issue
Block a user