betalgo / openai

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

Fixed a bug that Vision API could not be used with Azure OpenAI #491

Closed yt3trees closed 6 months ago

yt3trees commented 7 months ago

When attempting to use the Vision API with Azure OpenAI, the following error occurs.

Invalid image (base64) data.

This pull request fixes the issue.