opencode: fix ultrabrain model

This commit is contained in:
2026-02-05 15:05:03 -05:00
parent 8360cc4203
commit 5cf8599ce0

View File

@@ -148,6 +148,9 @@ in
models = { models = {
"openai/gpt-oss-20b:free" = { }; "openai/gpt-oss-20b:free" = { };
"minimax/minimax-m2.1" = { }; "minimax/minimax-m2.1" = { };
"openai/gpt-5.2-codex" = {
variant = "xhigh";
};
}; };
options = { options = {
# TODO! use agenix here instead # TODO! use agenix here instead