31 lines
592 B
TOML
31 lines
592 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_path = ""
|
|
font_size = 14.0
|
|
scale = 1.5
|
|
|
|
[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
|