Private
Public Access
config
This commit is contained in:
+21
-21
@@ -3,7 +3,7 @@ provider = "minimax"
|
||||
model = "MiniMax-M2.7"
|
||||
temperature = 0.0
|
||||
top_p = 1.0
|
||||
max_tokens = 32000
|
||||
max_tokens = 999999
|
||||
history_trunc_limit = 900000
|
||||
active_preset = "Basic Do Not"
|
||||
system_prompt = "- **Do not** create shell scripts, README files, or descriptive files unless explicitly instructed.\n- **Do not** do anything beyond what was asked. Suggest extras in text; do not implement them."
|
||||
@@ -17,12 +17,12 @@ paths = [
|
||||
"C:/projects/gencpp/.ai/gencpp_sloppy.toml",
|
||||
"C:/projects/Pikuma/ps1-ai/pikuma_ps1.toml",
|
||||
]
|
||||
active = "project.toml"
|
||||
active = "C:/projects/Pikuma/ps1-ai/pikuma_ps1.toml"
|
||||
|
||||
[gui]
|
||||
separate_message_panel = false
|
||||
separate_response_panel = false
|
||||
separate_tool_calls_panel = true
|
||||
separate_response_panel = true
|
||||
separate_tool_calls_panel = false
|
||||
bg_shader_enabled = false
|
||||
crt_filter_enabled = false
|
||||
separate_task_dag = false
|
||||
@@ -51,8 +51,8 @@ separate_external_tools = false
|
||||
"Discussion Hub" = true
|
||||
"Operations Hub" = true
|
||||
Message = false
|
||||
Response = false
|
||||
"Tool Calls" = true
|
||||
Response = true
|
||||
"Tool Calls" = false
|
||||
"Text Viewer" = false
|
||||
Theme = true
|
||||
"Log Management" = true
|
||||
@@ -70,31 +70,31 @@ scale = 1.0
|
||||
transparency = 1.0
|
||||
child_transparency = 1.0
|
||||
|
||||
[theme.tone_mapping.Binks]
|
||||
brightness = 0.47999998927116394
|
||||
contrast = 0.8399999737739563
|
||||
gamma = 2.2100000381469727
|
||||
|
||||
[theme.tone_mapping."Solarized Light"]
|
||||
brightness = 0.4699999988079071
|
||||
contrast = 0.800000011920929
|
||||
gamma = 0.6700000166893005
|
||||
|
||||
[theme.tone_mapping.moss]
|
||||
brightness = 0.7699999809265137
|
||||
contrast = 0.8700000047683716
|
||||
gamma = 1.0
|
||||
|
||||
[theme.tone_mapping.solarized_light]
|
||||
brightness = 0.6899999976158142
|
||||
contrast = 0.8600000143051147
|
||||
gamma = 0.7699999809265137
|
||||
|
||||
[theme.tone_mapping."Solarized Light"]
|
||||
brightness = 0.6100000143051147
|
||||
contrast = 0.8399999737739563
|
||||
gamma = 0.5400000214576721
|
||||
|
||||
[theme.tone_mapping.Binks]
|
||||
brightness = 0.47999998927116394
|
||||
contrast = 0.8399999737739563
|
||||
gamma = 2.2100000381469727
|
||||
|
||||
[theme.tone_mapping.gray_variations]
|
||||
brightness = 0.7699999809265137
|
||||
contrast = 0.7200000286102295
|
||||
gamma = 0.6899999976158142
|
||||
|
||||
[theme.tone_mapping.moss]
|
||||
brightness = 0.7699999809265137
|
||||
contrast = 0.8700000047683716
|
||||
gamma = 1.0
|
||||
|
||||
[mma]
|
||||
max_workers = 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user