From 1f80bdd3616e220ef728fab4a0e8433f6888d3cc Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Wed, 19 Aug 2026 14:25:59 -0400 Subject: [PATCH] change default model for cursor config --- src/lib/aiClientConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/aiClientConfig.ts b/src/lib/aiClientConfig.ts index 76d750213..0ae0517ae 100644 --- a/src/lib/aiClientConfig.ts +++ b/src/lib/aiClientConfig.ts @@ -347,7 +347,7 @@ function buildCursorGuide(endpoint: string, auth: AiClientAuth): AiClientGuide { auth.mode === "keyed" ? `4. Paste your API key into the OpenAI API Key field: ${key}` : '4. Leave the OpenAI API Key field set to a placeholder (e.g. "-"). Pangolin authenticates the request over your Newt/Olm connection automatically.', - "5. Add a custom model matching the model your Pangolin AI Gateway serves (e.g. claude-sonnet-4-6)." + "5. Add a custom model matching the model your Pangolin AI Gateway serves (e.g. gpt-5.6-sol)." ].join("\n"), auth, "steps",