Files
dotfiles/pi/.pi/agent/profiles/pi-subagents/ollama.quota.json
T
2026-07-21 21:35:16 +02:00

23 lines
888 B
JSON

{
"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"
]
}
}
}