PullRequestInc / go-gpt3

An OpenAI GPT-3 API client enabling Go/Golang programs to interact with the gpt3 APIs.
MIT License
392 stars 64 forks source link

Vision (GPT-V) support #41

Open vipau opened 7 months ago

vipau commented 7 months ago

The new model gpt-4-1106-vision-preview can take an image as input and work on the image. Is this something easy/possible to do with this library?

vipau commented 7 months ago

Here is the documentation on how to do an API call with an image