mirror of https://github.com/Mai-with-u/MaiBot.git
发布0101
parent
cb7d5b997f
commit
af1e42050b
|
|
@ -1,8 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## [0.10.1] - 2025-8-
|
||||
|
||||
- planner现在改为主+副结构
|
||||
## [0.10.1] - 2025-8-24
|
||||
### 🌟 主要功能更改
|
||||
- planner现在改为大小核结构,移除激活阶段,提高回复速度和动作调用精准度
|
||||
- 优化关系的表现的效率
|
||||
|
||||
- 优化识图的表现
|
||||
- 为planner添加单独控制的提示词
|
||||
|
|
@ -13,7 +14,7 @@
|
|||
- 优化对模型请求的处理
|
||||
- 重构内部代码
|
||||
- 暂时禁用记忆
|
||||
- 优化关系的表现的效率
|
||||
|
||||
|
||||
## [0.10.0] - 2025-8-18
|
||||
### 🌟 主要功能更改
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ TEMPLATE_DIR = os.path.join(PROJECT_ROOT, "template")
|
|||
|
||||
# 考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码
|
||||
# 对该字段的更新,请严格参照语义化版本规范:https://semver.org/lang/zh-CN/
|
||||
MMC_VERSION = "0.10.1-snapshot.1"
|
||||
MMC_VERSION = "0.10.1"
|
||||
|
||||
|
||||
def get_key_comment(toml_table, key):
|
||||
|
|
|
|||
Loading…
Reference in New Issue