Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Already my favourite AI SDK! Suggestion: Multiple files upload within one request! #293

Open
ZeroHackz opened this issue Feb 10, 2025 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@ZeroHackz
Copy link

ZeroHackz commented Feb 10, 2025

Thanks for stopping by to let us know something could be better!

Is your feature request related to a problem? Please describe.
Love uploading files with this SDK, currently only a single file upload is supported 🔢 .

Describe the solution you'd like
It would be helpful if it also supported like multiple files to upload at once or zipped directories.

Describe alternatives you've considered
technical alternative solution: array of files support for the method :
client.files.upload(path="a11.txt") into client.files.upload(paths=["a11.txt","a12.txt","a13.txt"])

Anyways, already enjoying this SDK so much

Image

!

@ZeroHackz ZeroHackz added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Feb 10, 2025
@ZeroHackz ZeroHackz changed the title Already my favourite AI SDK! Suggestion: Zip-file support. Already my favourite AI SDK! Suggestion: Multiple files upload within one request! Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant