Merge pull request #14335 from open-webui/main

dev
This commit is contained in:
Tim Jaeryang Baek
2025-05-26 13:02:08 +04:00
committed by GitHub

View File

@@ -199,7 +199,7 @@ def upload_file(
log.exception(e) log.exception(e)
raise HTTPException( raise HTTPException(
status_code=status.HTTP_400_BAD_REQUEST, status_code=status.HTTP_400_BAD_REQUEST,
detail=ERROR_MESSAGES.DEFAULT(e), detail=ERROR_MESSAGES.DEFAULT("Error uploading file"),
) )