44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"settings": {
|
|
"hours_lookback": 24,
|
|
"retention_days": 14,
|
|
"max_articles_per_feed": 6
|
|
},
|
|
"ollama": {
|
|
"model": "kamekichi128/qwen3-4b-instruct-2507:latest",
|
|
"prompt": "Summarize the following news article in 2-3 concise sentences (around 50 words):"
|
|
},
|
|
"feeds": [
|
|
{
|
|
"url": "https://hnrss.org/frontpage",
|
|
"name": "Hacker News",
|
|
"category": "Tech",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"url": "https://rsshub.isrss.com/zaobao/realtime/china",
|
|
"name": "联合早报 中国",
|
|
"category": "China",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"url": "https://rsshub.isrss.com/thepaper/featured",
|
|
"name": "澎湃新闻 热点",
|
|
"category": "China",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"url": "https://rsshub.isrss.com/reuters/world",
|
|
"name": "Reuters",
|
|
"category": "World",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"url": "https://rsshub.isrss.com/readhub",
|
|
"name": "ReadHub",
|
|
"category": "Tech",
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|