forgot to include files

This commit is contained in:
Yanxin Lu
2026-02-22 10:51:58 -08:00
parent 2bd9da6326
commit 20ee5c2211
4 changed files with 268 additions and 136 deletions

View File

@@ -1,31 +1,14 @@
{
"settings": {
"hours_lookback": 24,
"retention_days": 30
"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:"
},
"feeds": [
{
"url": "https://feeds.bbci.co.uk/news/rss.xml",
"name": "BBC News",
"category": "World",
"enabled": true
},
{
"url": "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
"name": "NY Times",
"category": "World",
"enabled": true
},
{
"url": "https://feeds.bbci.co.uk/news/technology/rss.xml",
"name": "BBC Tech",
"category": "Tech",
"enabled": false
},
{
"url": "https://hnrss.org/frontpage",
"name": "Hacker News",