49 lines
857 B
TOML
49 lines
857 B
TOML
[ai]
|
|
provider = "minimax"
|
|
model = "MiniMax-M2.5"
|
|
temperature = 0.0
|
|
max_tokens = 24000
|
|
history_trunc_limit = 900000
|
|
system_prompt = ""
|
|
|
|
[projects]
|
|
paths = [
|
|
"C:/projects/gencpp/gencpp_sloppy.toml",
|
|
]
|
|
active = "C:/projects/gencpp/gencpp_sloppy.toml"
|
|
|
|
[gui]
|
|
separate_message_panel = false
|
|
separate_response_panel = false
|
|
separate_tool_calls_panel = 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 = true
|
|
Response = true
|
|
"Tool Calls" = true
|
|
Theme = true
|
|
"Log Management" = true
|
|
Diagnostics = true
|
|
|
|
[theme]
|
|
palette = "DPG Default"
|
|
font_path = ""
|
|
font_size = 14.0
|
|
scale = 1.0
|
|
|
|
[mma]
|
|
max_workers = 4
|
|
|
|
[headless]
|
|
api_key = "test-secret-key"
|