update models
This commit is contained in:
@@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user