top | item 44069486

(no title)

pugio | 9 months ago

I would love something which reliably extracted a markdown back/forth from all the main LLM providers. I tried `defuddle` on a shared Gemini URL and it returned nothing but the "Sign In" link. Maybe I'm using your extractor wrong? How are you managing to get the rendered conversation HTML?

discuss

order

bambax|9 months ago

I think most LLM APIs return markdown and the conversion md->html happens after; so if you query the API directly you get markdown "for free".