This commit is contained in:
YILING0013
2025-02-04 18:14:55 +08:00
parent b60ac8c7e0
commit 542846f969
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ exe = EXE(
a.scripts,
[],
exclude_binaries=True,
name='AI_NovelGenerator_V1.3.0',
name='AI_NovelGenerator_V1.3.2',
debug=True,
bootloader_ignore_signals=False,
strip=False,
@@ -65,5 +65,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='AI_NovelGenerator_V1.3.0'
name='AI_NovelGenerator_V1.3.2'
)
+1
View File
@@ -599,6 +599,7 @@ def generate_chapter_draft(
global_summary=global_summary,
chapter_outline=chapter_outline,
word_number=word_number,
novel_number=novel_number,
chapter_title=chapter_title,
chapter_brief=chapter_brief
)
+1 -1
View File
@@ -139,5 +139,5 @@ chapter_write_prompt = """\
• 保持连贯叙述,可增加环境、心理、对话等细节描写。
• 适度呼应前文暗线或角色矛盾,为后续发展留出悬念。
直接输出正文内容,不使用分章节小标题,章节末留一定悬念
直接输出正文内容,不使用分章节小标题,章节末模仿正常小说中断或转场
"""
+1 -1
View File
@@ -418,7 +418,7 @@ class NovelGeneratorGUI:
def build_embeddings_config_tab(self):
def on_embedding_interface_changed(new_value):
if new_value == "Ollama":
self.embedding_url_var.set("http://localhost:11434/v1")
self.embedding_url_var.set("http://localhost:11434/api")
elif new_value == "ML Studio":
self.embedding_url_var.set("http://localhost:1234/v1")
elif new_value == "OpenAI":