Files
manual_slop/config.toml

59 lines
1.4 KiB
TOML

[ai]
provider = "minimax"
model = "MiniMax-M2.5"
temperature = 0.0
max_tokens = 4096
history_trunc_limit = 900000
active_preset = "Default"
system_prompt = "Not sure yet."
[projects]
paths = [
"C:/projects/gencpp/gencpp_sloppy.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_livecontextsim.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_liveaisettingssim.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_livetoolssim.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_liveexecutionsim.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_project.toml",
]
active = "C:/projects/gencpp/gencpp_sloppy.toml"
[gui]
separate_message_panel = false
separate_response_panel = false
separate_tool_calls_panel = false
bg_shader_enabled = true
crt_filter_enabled = false
[gui.show_windows]
"Context Hub" = true
"Files & Media" = true
"AI Settings" = true
"MMA Dashboard" = true
"Tier 1: Strategy" = true
"Tier 2: Tech Lead" = true
"Tier 3: Workers" = true
"Tier 4: QA" = true
"Discussion Hub" = true
"Operations Hub" = true
Message = false
Response = false
"Tool Calls" = false
Theme = true
"Log Management" = true
Diagnostics = false
[theme]
palette = "Nord Dark"
font_path = "C:/projects/manual_slop/assets/fonts/Inter-Regular.ttf"
font_size = 12.0
scale = 1.2999999523162842
transparency = 0.550000011920929
child_transparency = 0.6399999856948853
[mma]
max_workers = 4
[headless]
api_key = "test-secret-key"