-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaww.toml.sample
More file actions
53 lines (43 loc) · 1.47 KB
/
Copy pathaww.toml.sample
File metadata and controls
53 lines (43 loc) · 1.47 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
47
48
49
50
51
52
53
model = "local"
# Headers of daily journal sections to exclude when generating retrospectives or MOTD
# (case-insensitive; a removed section includes its subsections).
# ignored_journal_headers = ["Gratitude", "Mood Tracker"]
# Allow retro/MOTD agents to follow [[wiki links]] and read linked pages
# (requires a model with good tool-use support).
# follow_links = true
[tags]
# Example canonical tags (edit to your needs):
work = "Work tasks, projects, and outcomes."
health = "Health and wellbeing."
sleep = "Sleep quality and schedule."
exercise = "Exercise and physical activity."
planning = "Planning and prioritization."
reflection = "Reflection and self-assessment."
learning = "Learning and skill development."
relationships = "Relationships and connection."
creative = "Creative work and expression."
"habits/bad" = "Unhelpful habits to reduce."
[rag]
provider = "sentence-transformers"
model_name = "all-mpnet-base-v2"
local_files_only = true
# Optional: set to false if you want AWW to download missing models.
# cache_dir = "/path/to/huggingface/cache"
[models]
[models.local]
provider = "local"
model_name = "openai/gpt-oss-20b"
base_url = "http://127.0.0.1:1234/v1"
[models.qwen3]
provider = "local"
model_name = "qwen/qwen3-next-80b"
base_url = "http://127.0.0.1:1234/v1"
[models.openai]
provider = "openai"
model_name = "gpt-5-2025-08-07"
[models.gemini]
provider = "gemini"
model_name = "gemini-2.5-flash"
[models.openrouter]
provider = "openrouter"
model_name = "openai/gpt-4.1"