mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 20:53:45 +08:00
feat: compatible
This commit is contained in:
@@ -899,7 +899,7 @@ function _Chat() {
|
||||
});
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
setSpeechApi(
|
||||
new WebTranscriptionApi((transcription) =>
|
||||
new OpenAITranscriptionApi((transcription) =>
|
||||
onRecognitionEnd(transcription),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user