-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
30 lines (26 loc) · 927 Bytes
/
Copy pathconfig.example.yaml
File metadata and controls
30 lines (26 loc) · 927 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
sources:
arxiv:
enabled: true
max_results: 150
semantic_scholar:
enabled: true
max_results: 100
# Optional — raises rate limit from 1 req/s to 10 req/s
# Get a key at https://www.semanticscholar.org/product/api
# In GitHub Actions, set as repo secret S2_API_KEY
api_key: ""
chemrxiv:
enabled: true
max_results: 100
# Polite-pool email for CrossRef API (recommended, not required)
# In GitHub Actions, set as repo secret CROSSREF_EMAIL
mailto: "user@example.com"
openreview:
enabled: true
max_per_venue: 4000 # enough to cover NeurIPS/ICML (~3000 accepted papers per year)
delay: 0.5 # seconds between paginated requests
venue_delay: 3.0 # seconds between conference venues
llm:
# In GitHub Actions, set as repo secret OPENAI_API_KEY
openai_api_key: ""
model: "gpt-4o-mini" # cheap + fast; use gpt-4o for higher accuracy