Add missing deepseek check

This commit is contained in:
Matt Rubens
2025-01-06 11:22:47 -05:00
parent b32029bf2b
commit 6e834d2fc3

View File

@@ -100,6 +100,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
config.lmStudioModelId, config.lmStudioModelId,
config.geminiApiKey, config.geminiApiKey,
config.openAiNativeApiKey, config.openAiNativeApiKey,
config.deepSeekApiKey,
].some((key) => key !== undefined) ].some((key) => key !== undefined)
: false : false
setShowWelcome(!hasKey) setShowWelcome(!hasKey)