forked from open-webui/open-webui
feat: audio rag support
This commit is contained in:
parent
a5b9bbf10b
commit
c6c69924d1
3 changed files with 24 additions and 5 deletions
|
@ -24,7 +24,9 @@ export const SUPPORTED_FILE_TYPE = [
|
|||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
||||
'application/octet-stream',
|
||||
'application/x-javascript',
|
||||
'text/markdown'
|
||||
'text/markdown',
|
||||
'audio/mpeg',
|
||||
'audio/wav'
|
||||
];
|
||||
|
||||
export const SUPPORTED_FILE_EXTENSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue