opencode: fix ultrabrain model

This commit is contained in:
2026-02-05 15:05:03 -05:00
parent 587412b0be
commit 7d93b84ca5

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