-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
84 lines (84 loc) · 2.43 KB
/
config.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"articleFileFolder": "/home/pimania/ebooks/",
"bookmarksFilePath": "/home/pimania/.config/BraveSoftware/Brave-Browser/Default/Bookmarks",
"atVoiceFolderPath": "/home/pimania/atVoice",
"backupFolderPath": "/home/pimania/miscSyncs/ebooksBackup/",
"convertLinksDir": "/home/pimania/dev/convertLinks",
"maxSummariesPerSession": 300,
"maxArticlesToTagPerSession": 600,
"droidEbooksFolderPath": "/storage/emulated/0/ebooks/",
"summary_in_max_words": 8000,
"enable_article_summarization": true,
"tag_batch_size": 1,
"llm_api_batch_size": 15,
"ai_model": "google/gemini-2.0-flash-001",
"fileNamesToSkip": [
"fileNamesAndHashes.txt",
"articleUrls.txt"
],
"invalidBlogSubstrings": [
"hackmd.io",
"https://github.com/",
"https://www.notion.so",
"wikipedia",
".notion.site",
"https://www.coindesk.com",
"https://docs.",
"gitbook",
"reddit.com"
],
"urlPatterns": [
"\\<\\!\\-\\- Hyperionics-OriginHtml(.*?)-->",
"\\<\\!\\-\\- Hyperionics-SimpleHtml (.*?)-->",
"Snapshot-Content-Location: (.*)\n"
],
"pdfSearchFolders": {
"/home/pimania/ebooks/Decentralised Finance": {
"subject": "Defi"
},
"/home/pimania/ebooks/Machine and human thought": {
"subject": "ai"
}
},
"pdfSourceFolders": [
"/home/pimania/Downloads"
],
"docFormatsToMove": [
"pdf",
"djvu",
"epub",
"mobi",
"html",
"mhtml"
],
"moveAllDocsToTargetFolder": true,
"illegalFileNameChars": [
":",
"\n",
"?",
"/",
","
],
"foldersToExcludeFromCategorisation": [
"tweetThreads",
"telegramChats",
"discordChannels",
"Personal",
".git",
".stfolder"
],
"article_tags": {
"infofi": {
"description": "Articles about prediction markets or decision markets or futarchy or which mention info-finance or which are about constructing incentive mechanisms to elicit information or using prediction markets for governance or combining prediction markets/prediction competitions and ai/ml/ai agents",
"use_summary": true
}
},
"listToTagMappings": {
"infofi": {
"all_tags": [],
"any_tags": [
"infofi"
]
}
}
}