Hacker News new | ask | show | jobs
by maccam912 960 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.
1 comments

Perfect, I have this as a todo in my readme and I’ll implement this soon