-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
46 lines (40 loc) · 1.11 KB
/
config.yaml
File metadata and controls
46 lines (40 loc) · 1.11 KB
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
# Database
database_path: ~/data/db.sqlite
# Obsidian Configuration
obsidian:
vault_path: ~/Documents/ObsidianVault
auto_paper_folder: AutoPaper
# Article Storage
articles:
raw_dir: articles/raw
parsed_dir: articles/parsed
enriched_dir: articles/enriched
# Issues Storage
issues_dir: issues
# API Configuration
api:
anthropic_api_key: ${ANTHROPIC_API_KEY}
model: glm-4.7
max_tokens: 4096
# Tag Normalization Rules
tag_normalization:
llm: [llm, large language model, 大模型, gpt, chatgpt]
kubernetes: [kubernetes, k8s, k8s]
ai: [ai, artificial intelligence, 人工智能]
machine_learning: [machine learning, ml, 机器学习]
deep_learning: [deep learning, dl, 深度学习]
cloud_native: [cloud native, 云原生]
microservices: [microservice, microservices, 微服务]
devops: [devops, 运维]
security: [security, 安全]
database: [database, db, 数据库]
frontend: [frontend, front-end, 前端]
backend: [backend, back-end, 后端]
# PDF Export Settings
pdf:
page_size: A4
margin_top: 20mm
margin_bottom: 20mm
margin_left: 15mm
margin_right: 15mm
font: "Source Han Sans CN"