-
Notifications
You must be signed in to change notification settings - Fork 41
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
File attachment #54
Comments
It's not possible just yet. I will look into the API and get back to you. Would be a fun feature to add! |
I finally had some time and energy to work on the CLI again. However, unfortunately the current API does not support the uploading of images in the chat completion request: https://platform.openai.com/docs/api-reference/chat/create When it becomes available I will certainly add it to the CLI. |
Image URL can be included in message. Maybe it's helpful.
|
Thanks! I will take a look |
This actually works :)
But my default arg size ( |
Or I can detect local path vs URL and leave it up to the user to up |
Fixed in this commit: 5c6bd63 |
Is it possible to attach an image or pdf to the query?
The text was updated successfully, but these errors were encountered: