-
-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Image Upload Doesn't Work #2598
Comments
Please choose a specific provider and a corresponding vision model. Some providers offer only one vision model, while others may have none or multiple options available. You can find detailed documentation on how to select a provider here: |
@hlohaus It didn't work I will update to the latest version and test it again. |
Still didn't work |
@Screenmax1234 Please provide more background information.
Today, we added a special Here’s an example of how to use it: import g4f.models
body = {
"model": g4f.models.default_vision,
"messages": [{"role": "user", "content": "Can you see the image?"}],
"images": [[open("image.jpg", "rb"), "image.jpg"]]
} |
In the webui |
Check out the demo: You can choose from four image upload models, three of which are fully functional. |
That is solved for me |
It doesn't matter what model you use image upload or not all of them say that they cannot view the image presented
The text was updated successfully, but these errors were encountered: