logoalt Hacker News

niccetoday at 1:06 PM1 replyview on HN

When you are writing completely new prompt - it sends every character to server when writing and tries to make suggestions based on that.

And keeps doing it in intervals in /prepare endpoint, during each prompt.

So if you are working with something sensitive - don't write it to browser directly and edit it there.


Replies

porridgeraisintoday at 1:20 PM

But then why does it become dog slow when the chat becomes bigger?