feat:为模型迁移新增 embedding_helper 操作

在 lpmm_manager.py 中引入了一个新的 embedding_helper 操作,用于辅助嵌入(embedding)模型的迁移。该操作会显示当前使用的嵌入模型及其维度,提供迁移指导,并安全地归档 embedding_model_test.json 文件。同时还更新了交互式菜单,并在 bot_config_template.toml 中新增了一个占位用的 [dream] 配置节。
This commit is contained in:
陈曦
2025-12-18 22:37:02 +08:00
parent f41c2113dc
commit ae334c3572
2 changed files with 89 additions and 3 deletions

View File

@@ -275,3 +275,4 @@ chat_prompts = []
[relationship]
enable_relationship = true # 是否启用关系系统
[dream] # 导入dream字段无需填写