mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
style: fix formatting issues in chat.tsx file
This commit is contained in:
parent
39f5d263f9
commit
afd75e027d
@ -1245,7 +1245,7 @@ function _Chat() {
|
|||||||
});
|
});
|
||||||
return audioUrl;
|
return audioUrl;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("[OpenAI Speech]", e);
|
console.error("[Speech Error]", e);
|
||||||
showToast(prettyObject(e));
|
showToast(prettyObject(e));
|
||||||
setSpeechStatus(false);
|
setSpeechStatus(false);
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
Reference in New Issue
Block a user