This commit is contained in:
2026-01-23 09:32:07 +00:00
parent f1a4fa002b
commit e0b317cdf3

View File

@@ -8,7 +8,7 @@
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
settings = {
model = "opencode/gpt-5-2-codex";
small_model = "opencode/gpt-5-1-codex-mini";
small_model = "opencode/glm-4.7";
theme = "catppuccin";
keybinds = {
leader = "ctrl+o";
@@ -24,7 +24,7 @@
};
agent = {
explore = {
model = "opencode/minimax-m2.1-free";
model = "opencode/glm-4.7";
};
};
instructions = [
@@ -32,11 +32,6 @@
"AGENT.md"
"AGENTS.md"
];
formatter = {
mix = {
disabled = true;
};
};
mcp = {
context7 = {
enabled = true;