1 points0 comments
I want to use LLMs to construct reports. These reports will be of varying quality so I need to do a few rounds of QA (LLMs and human reviewers). So I need a format that is good for both feeding into a model and rendering as HTML.
Markdown makes sense but if I add rich media like images it won'...