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