minimax for explore

This commit is contained in:
2025-12-29 20:42:04 +00:00
parent a292f745bf
commit d5ca3c6917

View File

@@ -135,6 +135,9 @@
dcp_for_compaction = true; dcp_for_compaction = true;
}; };
agents = { agents = {
explore = {
model = "opencode/minimax-free";
};
oracle = { oracle = {
model = "opencode/gpt-5.2"; model = "opencode/gpt-5.2";
}; };