20 lines
370 B
JSON
20 lines
370 B
JSON
{
|
|
"name": "tomato-novel-simple-start",
|
|
"version": "0.1.0",
|
|
"language": "zh",
|
|
"llm": {
|
|
"provider": "custom",
|
|
"baseUrl": "https://ark.cn-beijing.volces.com/api/coding/v3",
|
|
"model": "deepseek-v3.2"
|
|
},
|
|
"daemon": {
|
|
"schedule": {
|
|
"writeCron": "0 * * * *"
|
|
},
|
|
"maxConcurrentBooks": 1
|
|
},
|
|
"quality": {
|
|
"enforcement": "none"
|
|
}
|
|
}
|