Y
Hacker News
new
|
ask
|
show
|
jobs
by
barrenko
1118 days ago
What LLM are you using?
1 comments
greytape
1118 days ago
GPT-4. I tried with GPT-3, because GPT-4 is so slow, but it failed to reliably return JSON responses (perhaps it would work with better prompts?)
link
Ilasky
1118 days ago
You should take a look at guidance [0] to help with JSON returns from LLMs. Have been using it for some side projects and it seems to work pretty reliably.
[0]
https://github.com/microsoft/guidance
link
bgoldste
1118 days ago
Looks super handy, thank you!
link