新增功能:自定义知识库、生成指导

允许用户上传自己的知识库(建议在线版API,或上下文长的用户使用)

允许在生成下一章节时加入提前指导

模型Temperature参数支持
This commit is contained in:
YILING0013
2025-01-31 13:50:07 +08:00
parent aebaf8efc1
commit 2fe5fe1b85
17 changed files with 461 additions and 80 deletions
+2
View File
@@ -1,3 +1,5 @@
# main.py
# -*- coding: utf-8 -*-
import tkinter as tk
from ui import NovelGeneratorGUI