-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
38 lines (34 loc) · 968 Bytes
/
config.yaml
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
# File: config.yaml
# Responsibility: Storing configuration settings in a human-readable format
# This file contains:
# - Email settings (e.g., allowed senders)
# - Search settings (e.g., default number of days to search, minimum relevance score)
# - Output settings (e.g., maximum number of results to return)
# - Cron job settings (e.g., frequency)
email_settings:
allowed_senders:
allowed_domains:
- tldrnewsletter.com
- cooperpress.com
- ui.dev
- thisweekinreact.com
search_settings:
min_relevance_score: 0.5
criteria:
- React
- NextJS
- AI
- Typescript, Javascript
- TailwindCSS, CSS
- Tools
output_settings:
max_results: 10
cron_settings:
frequency: 1440 # Frequency in minutes
# config.yaml
api_settings:
gemini_rate_limit: 10 # Maximum number of calls per minute
gemini_model_name: "gemini-1.5-pro" # Model name