Skip to content
Snippets Groups Projects
Unverified Commit 2b7a5d87 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

fix: optional params in file upload API (#237)


---------
Co-authored-by: default avatarMarcus Schiesser <mail@marcusschiesser.de>
parent d93ec803
No related branches found
No related tags found
No related merge requests found
---
"create-llama": patch
---
Fix: private file upload not working in Python without LlamaCloud
......@@ -14,7 +14,7 @@ logger = logging.getLogger("uvicorn")
class FileUploadRequest(BaseModel):
base64: str
filename: str
params: Any
params: Any = None
@r.post("")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment