feat(mma): Implement Pop Out Task DAG option in MMA Dashboard
This commit is contained in:
10
config.toml
10
config.toml
@@ -2,10 +2,10 @@
|
||||
provider = "minimax"
|
||||
model = "MiniMax-M2.5"
|
||||
temperature = 0.0
|
||||
max_tokens = 4096
|
||||
max_tokens = 32000
|
||||
history_trunc_limit = 900000
|
||||
active_preset = "Default"
|
||||
system_prompt = "Not sure yet."
|
||||
system_prompt = ""
|
||||
|
||||
[projects]
|
||||
paths = [
|
||||
@@ -41,13 +41,13 @@ Response = false
|
||||
"Tool Calls" = false
|
||||
Theme = true
|
||||
"Log Management" = true
|
||||
Diagnostics = false
|
||||
Diagnostics = true
|
||||
|
||||
[theme]
|
||||
palette = "Nord Dark"
|
||||
font_path = "C:/projects/manual_slop/assets/fonts/Inter-Regular.ttf"
|
||||
font_size = 12.0
|
||||
scale = 1.2999999523162842
|
||||
font_size = 14.0
|
||||
scale = 1.2000000476837158
|
||||
transparency = 0.550000011920929
|
||||
child_transparency = 0.6399999856948853
|
||||
|
||||
|
||||
Reference in New Issue
Block a user