Initial commit: AI Novel Generation Tool with prologue support and progress tracking
This commit is contained in:
15
test_config.yaml
Normal file
15
test_config.yaml
Normal 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"
|
Reference in New Issue
Block a user