36 lines
629 B
TOML
36 lines
629 B
TOML
[ai]
|
|
provider = "gemini"
|
|
model = "gemini-2.0-flash"
|
|
temperature = 0.0
|
|
max_tokens = 8192
|
|
history_trunc_limit = 8000
|
|
system_prompt = ""
|
|
|
|
[theme]
|
|
palette = "Gold"
|
|
font_path = ""
|
|
font_size = 14.0
|
|
scale = 1.0
|
|
|
|
[projects]
|
|
paths = [
|
|
"manual_slop.toml",
|
|
"C:/projects/forth/bootslop/bootslop.toml",
|
|
"C:\\projects\\manual_slop\\tests\\temp_project.toml",
|
|
]
|
|
active = "manual_slop.toml"
|
|
|
|
[gui.show_windows]
|
|
Projects = true
|
|
Files = true
|
|
Screenshots = true
|
|
"Discussion History" = true
|
|
Provider = true
|
|
Message = true
|
|
Response = true
|
|
"Tool Calls" = true
|
|
"Comms History" = true
|
|
"System Prompts" = true
|
|
Theme = true
|
|
Diagnostics = true
|