Skip to content

Commit 6e834d2

Browse files
committed
Add missing deepseek check
1 parent b32029b commit 6e834d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/context/ExtensionStateContext.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
100100
config.lmStudioModelId,
101101
config.geminiApiKey,
102102
config.openAiNativeApiKey,
103+
config.deepSeekApiKey,
103104
].some((key) => key !== undefined)
104105
: false
105106
setShowWelcome(!hasKey)

0 commit comments

Comments
 (0)