Summary
Hi, i want to display tables generated by ChatGPT as Markdown for the user. Is there a solution without hard coding a big function?
Cheers
Hi, i want to display tables generated by ChatGPT as Markdown for the user. Is there a solution without hard coding a big function?
Cheers
You will have to write some code and encapsulating it in a function is probably a good idea. I wouldn’t expect the function to be really “big”, but that depends on the details of the ChatGPT-generated data.