We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c578b26 commit a5876a3Copy full SHA for a5876a3
1 file changed
src/xai_sdk/aio/files.py
@@ -110,7 +110,6 @@ async def upload(
110
else:
111
raise ValueError("filename is required when uploading a file-like object without a .name attribute")
112
chunks = _async_chunk_file_from_fileobj(file_obj=file, filename=filename, progress=on_progress)
113
-
114
115
raise ValueError(f"Unsupported file type: {type(file)}")
116
with tracer.start_as_current_span(
0 commit comments