feat: 添加配置选择标签和核心种子模型变量

This commit is contained in:
acomic
2025-08-25 09:32:52 +08:00
parent d0029de080
commit d9881322bd
3 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ def enrich_chapter_text(
max_tokens=max_tokens,
timeout=timeout
)
prompt = f"""以下章节文本较短,请在保持剧情连贯的前提下进行扩写,使其更充实,接近 {word_number} 字左右:
prompt = f"""以下章节文本较短,请在保持剧情连贯的前提下进行扩写,使其更充实,接近 {word_number} 字左右,仅给出最终文本,不要解释任何内容。
原内容:
{chapter_text}
"""