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 afbba3c commit bd18e05Copy full SHA for bd18e05
1 file changed
src/ui/settings/sections/otherProviders/whisper.tsx
@@ -50,7 +50,7 @@ export default function WhisperProviderSetting(props: { register: Register }) {
50
51
<SettingItem
52
name="API Key"
53
- description="default to whisper-1"
+ description="default to openai provider's apikey"
54
register={props.register}
55
sectionId={sectionId}
56
>
0 commit comments