You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,9 +30,13 @@ export default function UserOptionsTab(props: any) {
30
30
<FormattedMessagedefaultMessage="Find your API key here."description="Label for the link that takes the user to the page on the OpenAI website where they can find their API key."/>
31
31
</a>
32
32
</p>
33
-
<p>
34
-
<inputtype="checkbox"id="use-openai-whisper-api"checked={useOpenAIWhisper!}onChange={onUseOpenAIWhisperChange}/> Use the OpenAI Whisper API for speech recognition.
0 commit comments