Add files via upload
增加代理设置选项; 优化新版本google-generativeai 不支持 Client 类问题; 优化批量生成章节界面,使用customtkinter统一设计风格;
This commit is contained in:
@@ -58,5 +58,15 @@
|
||||
"architecture_llm": "Gemini 2.5 Pro",
|
||||
"final_chapter_llm": "GPT 5",
|
||||
"consistency_review_llm": "DeepSeek V3"
|
||||
},
|
||||
"proxy_setting": {
|
||||
"proxy_url": "127.0.0.1",
|
||||
"proxy_port": "",
|
||||
"enabled": false
|
||||
},
|
||||
"webdav_config": {
|
||||
"webdav_url": "",
|
||||
"webdav_username": "",
|
||||
"webdav_password": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user