diff --git a/src/components/chat.tsx b/src/components/chat.tsx index 949e9e0..1fc3fec 100644 --- a/src/components/chat.tsx +++ b/src/components/chat.tsx @@ -184,7 +184,6 @@ export default function Chat(props: ChatProps) { role: "user", content: incomingInput || "", name: `${props.username},${props.uid}`, - audio: "", }; const createFileFromBlobUrl = async ( blobUrl: string,