From 8aa7bd2e99f8d2d822015f277770548659e2af35 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Wed, 28 Feb 2024 12:10:49 -0500 Subject: [PATCH] cleanup --- speech-speech/frontend/src/components.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/speech-speech/frontend/src/components.tsx b/speech-speech/frontend/src/components.tsx index 3ce115a..37d104d 100644 --- a/speech-speech/frontend/src/components.tsx +++ b/speech-speech/frontend/src/components.tsx @@ -50,23 +50,6 @@ export function Feed(props: { chat: Array; setChatStateFn: any }) { } export function Msg(props: { msg: ChatMsg }) { - //let audio; - //if (props.msg.role == "assistant") { - // audio = ( - //