mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refactor: Remove debug logs and streamline Google Drive picker code
This commit is contained in:
@@ -116,7 +116,6 @@
|
||||
return null;
|
||||
}
|
||||
|
||||
console.log('Adding file to upload queue:', fileItem);
|
||||
files = [...files, fileItem];
|
||||
// Check if the file is an audio file and transcribe/convert it to text file
|
||||
if (['audio/mpeg', 'audio/wav', 'audio/ogg', 'audio/x-m4a'].includes(file['type'])) {
|
||||
|
||||
Reference in New Issue
Block a user