Initial commit: AI Novel Generation Tool with prologue support and progress tracking

This commit is contained in:
2025-07-16 00:45:41 +08:00
commit eab7f3379a
46 changed files with 6405 additions and 0 deletions

15
test_config.yaml Normal file
View File

@ -0,0 +1,15 @@
project_dir: "novel1"
novelist_llm:
type: "openai"
model: "gpt-3.5-turbo"
temperature: 0.7
max_tokens: 2000
api_key: "test-key"
summarizer_llm:
type: "openai"
model: "gpt-3.5-turbo"
temperature: 0.3
max_tokens: 500
api_key: "test-key"