We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32029b commit 6e834d2Copy full SHA for 6e834d2
webview-ui/src/context/ExtensionStateContext.tsx
@@ -100,6 +100,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
100
config.lmStudioModelId,
101
config.geminiApiKey,
102
config.openAiNativeApiKey,
103
+ config.deepSeekApiKey,
104
].some((key) => key !== undefined)
105
: false
106
setShowWelcome(!hasKey)
0 commit comments