-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
48 lines (43 loc) · 932 Bytes
/
config.yaml
File metadata and controls
48 lines (43 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Reddit Feed Digest configuration
subreddits:
gaming:
- gaming
- pcmasterrace
- PS5
- NintendoSwitch
- XboxSeriesX
- Steam
- Games
tech:
- gadgets
- technology
- buildapc
- programming
- apple
giants:
- gaming
- pcmasterrace
- technology
- gadgets
rss_feeds:
- name: "Kotaku"
url: "https://kotaku.com/rss"
- name: "Polygon"
url: "https://www.polygon.com/rss/index.xml"
- name: "Eurogamer"
url: "https://www.eurogamer.net/feed"
- name: "PC Gamer"
url: "https://www.pcgamer.com/rss/"
- name: "Ars Technica"
url: "https://feeds.arstechnica.com/arstechnica/index"
- name: "The Verge"
url: "https://www.theverge.com/rss/index.xml"
ai:
provider: "gemini"
gemini:
model: "gemini-3-flash-preview"
editors_picks: 4
request_timeout_seconds: 70
translation_timeout_seconds: 45
output:
directory: "generated_output"