- {missingKeys.firecrawl && (
- <>
-
-
-
- setFirecrawlApiKey(e.target.value)}
- disabled={isValidatingApiKey}
- />
-
- >
- )}
-
- {missingKeys.openai && (
- <>
-
-
-
- setOpenaiApiKey(e.target.value)}
- onKeyDown={(e) => {
- if (e.key === 'Enter' && !isValidatingApiKey) {
- handleApiKeySubmit();
- }
- }}
- disabled={isValidatingApiKey}
- />
-
- >
- )}
-
-