forgot to include files
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user