betalgo / openai

OpenAI .NET sdk - Azure OpenAI, ChatGPT, Whisper, and DALL-E
https://betalgo.github.io/openai/
MIT License
2.85k stars 513 forks source link

Introduce Vision API #429

Closed belaszalontai closed 7 months ago

belaszalontai commented 7 months ago

Based on this doc https://platform.openai.com/docs/guides/vision without proper API reference

belaszalontai commented 7 months ago

@kayhantolga PLease review. Unfortunately so far there is no clear API reference for Vision feature at open AI's docs. Only a general guide exists.

Here are some confusing point:

belaszalontai commented 7 months ago

meanwhile I have realized that there is an API description for chat completion which defines the type of content for Vision API here: https://platform.openai.com/docs/api-reference/chat/create

Acoording to this reference, the

So I am refactoring this PR..

hucongquan commented 7 months ago

Hello, 你发的邮件我已经收到啦,Thx!

belaszalontai commented 7 months ago

New PR will be placed soon