20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "tomato-novel-ultimate",
|
|
"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 */1 * * *"
|
|
},
|
|
"maxConcurrentBooks": 1
|
|
},
|
|
"quality": {
|
|
"enforcement": "none"
|
|
}
|
|
}
|