commit pi sessions
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"subagents": {
|
||||
"agentOverrides": {
|
||||
"scout": { "model": "ollama/gemini-3-flash-preview", "thinking": "low" },
|
||||
"planner": { "model": "ollama/minimax-m3:cloud", "thinking": "high" },
|
||||
"worker": { "model": "ollama/kimi-k2.7-code:cloud", "thinking": "medium" },
|
||||
"oracle": { "model": "ollama/minimax-m3:cloud", "thinking": "high" },
|
||||
"reviewer": { "model": "ollama/kimi-k2.6:cloud", "thinking": "high" },
|
||||
"researcher": { "model": "ollama/gemini-3-flash-preview", "thinking": "medium" },
|
||||
"context-builder": { "model": "ollama/gemini-3-flash-preview", "thinking": "low" },
|
||||
"delegate": { "model": "ollama/gemini-3-flash-preview" }
|
||||
},
|
||||
"modelScope": {
|
||||
"allow": [
|
||||
"ollama/minimax-m3:cloud",
|
||||
"ollama/kimi-k2.6:cloud",
|
||||
"ollama/kimi-k2.7-code:cloud",
|
||||
"ollama/gemini-3-flash-preview"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user