From e8dfd9edec0bc31c8981168ec9002fcbe53b518e Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Sun, 2 Feb 2025 20:34:16 -0500 Subject: [PATCH] fix: update selected model info to use OpenAI defaults in API configuration --- webview-ui/src/components/settings/ApiOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/settings/ApiOptions.tsx b/webview-ui/src/components/settings/ApiOptions.tsx index 75ba67f..e5d0609 100644 --- a/webview-ui/src/components/settings/ApiOptions.tsx +++ b/webview-ui/src/components/settings/ApiOptions.tsx @@ -1564,7 +1564,7 @@ export function normalizeApiConfiguration(apiConfiguration?: ApiConfiguration) { return { selectedProvider: provider, selectedModelId: apiConfiguration?.apiModelId || "", - selectedModelInfo: azureAiModelInfoSaneDefaults, + selectedModelInfo: openAiModelInfoSaneDefaults, } case "openai": return {