Hacker News new | ask | show | jobs
by dymk 959 days ago
> Currently the Vision API doesn't support JSON mode or function calling, so we have to rely on more primitive prompting methods.
1 comments

I found that it works well to ask it to generate JSON the best it can, then pass it to gpt-3.5-turbo with the JSON response mode and instruct it to just clean up whatever input it received.
Perfect, I have this as a todo in my readme and I’ll implement this soon