feat: use new 5.5 by default
This commit is contained in:
parent
28752347a0
commit
a690ad062c
1 changed files with 3 additions and 3 deletions
|
|
@ -18,10 +18,10 @@
|
||||||
url = "https://mcp.linear.app/mcp";
|
url = "https://mcp.linear.app/mcp";
|
||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
model = "openai/gpt-5.4-fast";
|
model = "openai/gpt-5.5-fast";
|
||||||
small_model = "openai/gpt-5.4-mini-fast";
|
small_model = "openai/gpt-5.4-mini-fast";
|
||||||
provider.openai.models."gpt-5.4-fast".options = {
|
provider.openai.models."gpt-5.5-fast".options = {
|
||||||
reasoningEffort = "xhigh";
|
reasoningEffort = "low";
|
||||||
};
|
};
|
||||||
share = "disabled";
|
share = "disabled";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue