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 = ( - //