+
Default Models
+
+ Used as the initial selection across the web UI and as the fallback for the Linear, GitHub,
+ and Slack bots.
+
+
+
+ handleDefaultChange("model", v)}
+ groups={enabledGroups}
+ />
+ handleDefaultChange("plan", v)}
+ groups={enabledGroups}
+ />
+
+
Enabled Models
-
+
Choose which models appear in the model selector across the web UI and Slack bot.
+ {toggleError && (
+
+ {toggleError}
+
+ )}
{MODEL_OPTIONS.map((group) => {
@@ -115,6 +211,7 @@ export function ModelsSettings() {
{group.models.map((model) => {
const isEnabled = enabledModels.has(model.id);
+ const isDefault = model.id === defaultModel || model.id === defaultPlanModel;
return (