giosilvi / GPT-Prompter

Browser extension to get a fast prompt (of the selected text) for OpenAI`s GPT-3, GPT-4 & ChatGPT API . Available in the Chrome web store and Firefox browser add-ons
https://chrome.google.com/webstore/detail/gpt-prompter/lcgpdbficokndjodlcgflbhaibicompp/overview
MIT License
226 stars 54 forks source link

Add image support for GPT-4-turbo and GPT-4o #33

Closed wz-ml closed 4 months ago

wz-ml commented 5 months ago

OpenAI's latest models have support for native vision capabilities:

The chat API supports both external image URLs and dataURLs, which would be nice to add as a file upload feature.

Features to implement (see vision-support):

wz-ml commented 4 months ago

Completed with the latest pull request.