mmOriginal post
Web Developer
Hi, I have some images that are stored in a bucket which I want to feed into OpenAI's Vision Model (image to text). How do I get an image url from getFilePreview? Currently the url that I get from getFilePreview doesn't work with OpenAI, which requires a valid imageUrl. Wondering if there are any solutions to this. Thank you in advance!
Summary
Developers are looking to get a valid imageUrl from getFilePreview to use with OpenAI's Vision Model, but the current url is not working. They are seeking solutions for this issue.