Y
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
maccam912
959 days ago
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.
link
ishan0102
959 days ago
Perfect, I have this as a todo in my readme and I’ll implement this soon
link