model
This commit is contained in:
@@ -25,8 +25,8 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = inputs'.llm-agents.packages.opencode;
|
package = inputs'.llm-agents.packages.opencode;
|
||||||
settings = {
|
settings = {
|
||||||
model = "anthropic/claude-opus-4-6";
|
model = "openai/gpt-5.4";
|
||||||
small_model = "anthropic/claude-haiku-4-5";
|
small_model = "openai/gpt-5.1-mini";
|
||||||
theme = "rosepine";
|
theme = "rosepine";
|
||||||
plugin = [
|
plugin = [
|
||||||
"opencode-claude-auth"
|
"opencode-claude-auth"
|
||||||
@@ -117,14 +117,17 @@ in {
|
|||||||
websearch = "allow";
|
websearch = "allow";
|
||||||
codesearch = "allow";
|
codesearch = "allow";
|
||||||
};
|
};
|
||||||
agent = {
|
agent = {
|
||||||
plan = {
|
build = {
|
||||||
model = "anthropic/claude-opus-4-6";
|
disable = true;
|
||||||
};
|
|
||||||
explore = {
|
|
||||||
model = "anthropic/claude-haiku-4-5";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
plan = {
|
||||||
|
disable = true;
|
||||||
|
};
|
||||||
|
explore = {
|
||||||
|
model = "openai/gpt-5.1-mini";
|
||||||
|
};
|
||||||
|
};
|
||||||
instructions = [
|
instructions = [
|
||||||
"CLAUDE.md"
|
"CLAUDE.md"
|
||||||
"AGENT.md"
|
"AGENT.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user