From 6e834d2fc3def044432b8e99635d859251a146f8 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 6 Jan 2025 11:22:47 -0500 Subject: [PATCH] Add missing deepseek check --- webview-ui/src/context/ExtensionStateContext.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webview-ui/src/context/ExtensionStateContext.tsx b/webview-ui/src/context/ExtensionStateContext.tsx index 8572b79..52ee1e4 100644 --- a/webview-ui/src/context/ExtensionStateContext.tsx +++ b/webview-ui/src/context/ExtensionStateContext.tsx @@ -100,6 +100,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode config.lmStudioModelId, config.geminiApiKey, config.openAiNativeApiKey, + config.deepSeekApiKey, ].some((key) => key !== undefined) : false setShowWelcome(!hasKey)