glm-4.7
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user