feat: use new 5.5 by default

This commit is contained in:
Jet 2026-04-24 21:47:03 -07:00
parent 28752347a0
commit a690ad062c
No known key found for this signature in database

View file

@ -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";
}; };