Hacker News new | ask | show | jobs
by simonw 867 days ago
I had an interesting conversation the other day about how best to make ChatGPT style "streaming" interfaces accessible to screenreaders, where text updates as it streams in.

It's not easy! https://fedi.simonwillison.net/@simon/111836275974119220

1 comments

I'm totally blind and built Gptcmd, a small console app to make interacting with GPT, manipulating context/conversations, etc. easier. Since it's just a console app, when streaming is enabled, output is seemlessly reported.

https://github.com/codeofdusk/gptcmd