forked from open-webui/open-webui
feat: file upload error handling
This commit is contained in:
parent
b37b157638
commit
9a63376e55
3 changed files with 91 additions and 42 deletions
|
@ -28,6 +28,7 @@ from pydantic import BaseModel
|
|||
from typing import Optional
|
||||
|
||||
import uuid
|
||||
import time
|
||||
|
||||
from utils.misc import calculate_sha256
|
||||
from utils.utils import get_current_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue