Files
manual_slop/config.toml
2026-02-21 14:44:06 -05:00

27 lines
417 B
TOML

[output]
namespace = "manual_slop"
output_dir = "./md_gen"
[files]
base_dir = "C:/projects/manual_slop"
paths = [
"config.toml",
"ai_client.py",
"aggregate.py",
"gemini.py",
"gui.py",
"pyproject.toml",
"MainContext.md"
]
[screenshots]
base_dir = "C:/Users/Ed/scoop/apps/sharex/current/ShareX/Screenshots/2026-02"
paths = []
[discussion]
history = []
[ai]
provider = "anthropic"
model = "claude-sonnet-4-6"