20 lines
445 B
TOML
20 lines
445 B
TOML
[personas.Default]
|
|
system_prompt = ""
|
|
tool_preset = "Default"
|
|
bias_profile = "Balanced"
|
|
|
|
[[personas.Default.preferred_models]]
|
|
model = "MiniMax-M2.5"
|
|
provider = "minimax"
|
|
temperature = 0.0
|
|
top_p = 1.0
|
|
max_output_tokens = 32000
|
|
history_trunc_limit = 900000
|
|
|
|
[[personas.Default.preferred_models]]
|
|
provider = "gemini_cli"
|
|
model = "gemini-3-flash-preview"
|
|
temperature = -1.4901161193847656e-08
|
|
max_output_tokens = 32000
|
|
history_trunc_limit = 900000
|