mirror of
https://github.com/Narcooo/inkos
synced 2026-04-21 14:37:16 +00:00
19 lines
No EOL
355 B
JSON
19 lines
No EOL
355 B
JSON
{
|
|
"name": "test-project",
|
|
"version": "0.1.0",
|
|
"llm": {
|
|
"provider": "openai",
|
|
"baseUrl": "https://api.openai.com/v1",
|
|
"model": "gpt-4o",
|
|
"stream": false
|
|
},
|
|
"notify": [],
|
|
"daemon": {
|
|
"schedule": {
|
|
"radarCron": "0 */6 * * *",
|
|
"writeCron": "*/15 * * * *"
|
|
},
|
|
"maxConcurrentBooks": 3
|
|
},
|
|
"language": "zh"
|
|
} |