diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 0f42cc7e0..4c63393f8 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1363,7 +1363,7 @@ function _Chat() { ...(await new Promise((res, rej) => { const fileInput = document.createElement("input"); fileInput.type = "file"; - fileInput.accept = ".pdf,.txt,.json,.csv,.md"; + fileInput.accept = ".pdf,.txt,.md,.json,.csv,.docx,.srt,.mp3"; fileInput.multiple = true; fileInput.onchange = (event: any) => { setUploading(true);