Replies: 1 comment 1 reply
-
Hi @gmantri. Here's some options I would consider if I started to hit the 1MB threshold:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When passing an image to Azure OpenAI, we can pass it in 2 ways:
The problem with 1st one is that at times it is just not possible to share the URL of an image file (for example, our corporate policy prohibits sharing OneDrive file outside of our organization) and the problem with 2nd one is that the data URL has a size limitation and cannot exceed 1MB.
I am curious to know how folks are dealing with these limitations. Any insights or workarounds are highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions