From afd75e027db8f37a08a1057110c0e0a94335af9d Mon Sep 17 00:00:00 2001 From: dakai Date: Mon, 14 Oct 2024 02:34:49 +0800 Subject: [PATCH] style: fix formatting issues in chat.tsx file --- app/components/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index d3f56825703..22a470a8aed 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1245,7 +1245,7 @@ function _Chat() { }); return audioUrl; } catch (e) { - console.error("[OpenAI Speech]", e); + console.error("[Speech Error]", e); showToast(prettyObject(e)); setSpeechStatus(false); } finally {