forked from Medusa-Intelligence-Corp/TranslateTribune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources_debug.json
36 lines (35 loc) · 1.04 KB
/
sources_debug.json
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
[
{
"source_country": "United States",
"source_language": "English",
"source_flag": "./assets/png/us.png",
"source_flag_emoji": "🇺🇸",
"source": "USA Today",
"source_url": "https://www.usatoday.com/",
"source_parser": "readability",
"finder_model": "Claude 3h",
"summarizer_model": "Claude 3h"
},
{
"source_country": "Mexico",
"source_language": "Spanish",
"source_flag": "./assets/png/mexico.png",
"source_flag_emoji": "🇲🇽",
"source": "La Jornada",
"source_url": "https://www.jornada.com.mx",
"source_parser": "readability",
"finder_model": "Claude 3h",
"summarizer_model": "Claude 3h"
},
{
"source_country": "United States",
"source_language": "English",
"source_flag": "./assets/png/us.png",
"source_flag_emoji": "🇺🇸",
"source": "The New York Times",
"source_url": "https://www.nytimes.com/",
"source_parser": "readability",
"finder_model": "Claude 3h",
"summarizer_model": "Claude 3h"
}
]