Nov 12
Each keystroke trigger thinking
I noticed that each keystroke adds thinking which means an api call being made when i start typing, better is we wait for user to press enter or wait a bit longer to make the call, it seems a bit glitchy also might be costly on your end too.
Completed
hmm is it showing "thinking" on every keystroke or are there 3 dots that appear? it should be 3 dots on keystroke and thinking once the user stops also if you're curious: i added a 2 second debounce so no AI calls happen until 2 seconds after fully done typing! :)