glm-4.7
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
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-codex";
|
model = "opencode/gpt-5-2-codex";
|
||||||
small_model = "opencode/gpt-5-1-codex-mini";
|
small_model = "opencode/glm-4.7";
|
||||||
theme = "catppuccin";
|
theme = "catppuccin";
|
||||||
keybinds = {
|
keybinds = {
|
||||||
leader = "ctrl+o";
|
leader = "ctrl+o";
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
};
|
};
|
||||||
agent = {
|
agent = {
|
||||||
explore = {
|
explore = {
|
||||||
model = "opencode/minimax-m2.1-free";
|
model = "opencode/glm-4.7";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
instructions = [
|
instructions = [
|
||||||
@@ -32,11 +32,6 @@
|
|||||||
"AGENT.md"
|
"AGENT.md"
|
||||||
"AGENTS.md"
|
"AGENTS.md"
|
||||||
];
|
];
|
||||||
formatter = {
|
|
||||||
mix = {
|
|
||||||
disabled = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
mcp = {
|
mcp = {
|
||||||
context7 = {
|
context7 = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user