update models

This commit is contained in:
2026-01-19 07:30:38 +00:00
parent 2e030ded6c
commit f534782978

View File

@@ -7,7 +7,8 @@
enable = true; enable = true;
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode; package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
settings = { settings = {
model = "opencode/gpt-5.2"; model = "opencode/gpt-5-2-codex";
small_model = "opencode/gpt-5-1-codex-mini";
theme = "catppuccin"; theme = "catppuccin";
instructions = [ instructions = [
"CLAUDE.md" "CLAUDE.md"
@@ -20,7 +21,9 @@
}; };
}; };
agent = { agent = {
explore = {model = "opencode/glm-4-7";}; explore = {
model = "opencode/glm-4-7";
};
}; };
}; };
}; };