How to get structured output from a LLM
Hey everyone, I am working on a practical LLM-based app and struggled with getting clean JSON output. I know I'm not alone in this. To solve this I found- The Instructor library. It is solid for getting structured data from any LLM. I put together…