OpenAI-API-dotnet icon indicating copy to clipboard operation
OpenAI-API-dotnet copied to clipboard

How to upload an image to GPT-4?

Open demonixis opened this issue 2 years ago • 3 comments

Hello everyone, I use this code in a robot and it works well. I would like to upload an image for the gpt-4 model, is there a way to do it? Thanks.

demonixis avatar May 02 '23 08:05 demonixis

I don't believe OpenAI has opened up the image capabilities of GPT-4 yet.

https://help.openai.com/en/articles/7127995-how-can-i-use-gpt-4-with-images

winzig avatar May 02 '23 15:05 winzig

it is open - is there a way to do it

✔️ I added this in v1.9, here's how: https://github.com/OkGoDoIt/OpenAI-API-dotnet#gpt-vision

OkGoDoIt avatar Dec 14 '23 06:12 OkGoDoIt