Update README

This commit is contained in:
IdleCloud
2025-09-24 17:36:17 +08:00
parent 7538c391aa
commit 806369e498
23 changed files with 3 additions and 12 deletions
+3 -12
View File
@@ -1,6 +1,6 @@
# 📖 自动小说生成工具 # 📖 自动小说生成工具
>- 目前开学了,没什么时间维护该项目,后续更新可能得等长假才能继续 >- 当前没有什么精力维护该项目,本身该项目并无任何收益,以及临近毕业,有很多内容要忙,如果后面有时间的话,再考虑基于更新的技术去重构吧。——2025/9/24
<div align="center"> <div align="center">
@@ -20,15 +20,6 @@
> 一款基于大语言模型的多功能小说生成器,助您高效创作逻辑严谨、设定统一的长篇故事 > 一款基于大语言模型的多功能小说生成器,助您高效创作逻辑严谨、设定统一的长篇故事
2025-03-05 添加角色库功能
2025-03-09 添加字数显示
2025-03-13
1、新增闲云修改;
2、把本章指导改成内容指导;
3、在生成架构中的: 2. 角色动力学设定(角色弧光模型)、 3. 世界构建矩阵(三维度交织法)、 4. 情节架构(三幕式悬念)与生成目录的:5. 章节目录生成(悬念节奏曲线)加入引导词内容指导,以方便生成角色动力学时只以核心种子生成,导致生成的内容与实际需求不符。
4、在终端加回被删除的LLM提示词与LLM返回内容显示,以便复盘,参考修改提示词。
--- ---
## 📑 目录导航 ## 📑 目录导航
@@ -87,8 +78,6 @@
``` ```
novel-generator/ novel-generator/
├── main.py # 入口文件, 运行 GUI ├── main.py # 入口文件, 运行 GUI
├── ui.py # 图形界面
├── novel_generator.py # 章节生成核心逻辑
├── consistency_checker.py # 一致性检查, 防止剧情冲突 ├── consistency_checker.py # 一致性检查, 防止剧情冲突
|—— chapter_directory_parser.py # 目录解析 |—— chapter_directory_parser.py # 目录解析
|—— embedding_adapters.py # Embedding 接口封装 |—— embedding_adapters.py # Embedding 接口封装
@@ -97,6 +86,8 @@ novel-generator/
├── utils.py # 常用工具函数, 文件操作 ├── utils.py # 常用工具函数, 文件操作
├── config_manager.py # 管理配置 (API Key, Base URL) ├── config_manager.py # 管理配置 (API Key, Base URL)
├── config.json # 用户配置文件 (可选) ├── config.json # 用户配置文件 (可选)
├── novel_generator/ # 章节生成核心逻辑
├── ui/ # 图形界面
└── vectorstore/ # (可选) 本地向量数据库存储 └── vectorstore/ # (可选) 本地向量数据库存储
``` ```
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.