This commit is contained in:
mingholy.lmh 2026-02-11 11:46:45 +08:00
parent 50e5cf7508
commit 5f710b5f6f
8 changed files with 9 additions and 1 deletions

View file

@ -45,7 +45,7 @@ export function ApiKeyInput({
<Box marginBottom={1}>
<Text>{t('Please enter your API key:')}</Text>
</Box>
<TextInput value={apiKey} onChange={setApiKey} placeholder="sk-..." />
<TextInput value={apiKey} onChange={setApiKey} placeholder="sk-sp-..." />
{error && (
<Box marginTop={1}>
<Text color={Colors.AccentRed}>{error}</Text>