38 lines
901 B
JSON
38 lines
901 B
JSON
{
|
|
"settings": {
|
|
"hours_lookback": 24,
|
|
"retention_days": 30,
|
|
"max_articles_per_feed": 10
|
|
},
|
|
"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/36kr/hot-list",
|
|
"name": "36氪 热榜",
|
|
"category": "China",
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|