mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
removed debug print statement
This commit is contained in:
parent
8fa985e3ba
commit
12774641a1
@ -91,7 +91,7 @@ def upload_file(
|
|||||||
knowledge_id: Optional[str] = Form(...),
|
knowledge_id: Optional[str] = Form(...),
|
||||||
):
|
):
|
||||||
log.info(f"file.content_type: {file.content_type}")
|
log.info(f"file.content_type: {file.content_type}")
|
||||||
print("KNOWLEDGE_ID: ", knowledge_id)
|
|
||||||
file_metadata = file_metadata if file_metadata else {}
|
file_metadata = file_metadata if file_metadata else {}
|
||||||
try:
|
try:
|
||||||
unsanitized_filename = file.filename
|
unsanitized_filename = file.filename
|
||||||
|
Loading…
Reference in New Issue
Block a user