Files
manual_slop/config.toml
2026-02-24 22:14:33 -05:00

31 lines
607 B
TOML

[ai]
provider = "gemini"
model = "gemini-2.5-flash-lite"
temperature = 0.0
max_tokens = 8192
history_trunc_limit = 8000
system_prompt = ""
[theme]
palette = "Gold"
font_size = 14.0
scale = 1.2000000476837158
font_path = ""
[projects]
paths = [
"manual_slop.toml",
"C:/projects/forth/bootslop/bootslop.toml",
"C:\\projects\\manual_slop\\tests\\temp_project.toml",
]
active = "C:\\projects\\manual_slop\\tests\\temp_project.toml"
[gui.show_windows]
"Context Hub" = true
"Files & Media" = true
"AI Settings" = true
"Discussion Hub" = true
"Operations Hub" = true
Theme = true
Diagnostics = true