We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Flutter
Very thanks for this library.. is very useful.
I'm not able to find a way to upload file to AI. To understand better is what in phyton was:
file = client.files.create( file=open("edgar/aapl-10k.pdf", "rb"), purpose="assistants" )
Thanks for your help Sam
client.createFile(...)
The text was updated successfully, but these errors were encountered:
hi, any update on this?
Sorry, something went wrong.
This is currently blocked by this issue in the OpenAPI generator we use to generate the openai_dart client.
openai_dart
It could also be added manually to the client for the time being.
I don't have bandwidth to work on this at the moment, so it'd great if someone can send a PR 🙂
No branches or pull requests
System Info
Flutter
Related Components
Reproduction
Very thanks for this library.. is very useful.
I'm not able to find a way to upload file to AI.
To understand better is what in phyton was:
Thanks for your help
Sam
Expected behavior
client.createFile(...)
The text was updated successfully, but these errors were encountered: