Live data from Hacker News

Does ChatGPT output response in Markdown?

news.ycombinator.com

1–2 of 2 posts

Re: Does ChatGPT output response in Markdown?

#2
I believe many LLMs have this training. It is becoming increasingly difficult to get the foundation models to output just a JSON object, without the ```json ... ``` around it.

It's certainly a convenient format to output, simple for the LLM, easy to parse, render, and style for UIs