dougollerenshaw / CodeAIde

A tool for interactively building and running code with AI
MIT License
2 stars 1 forks source link

Improve responsiveness of the chat window #10

Closed dougollerenshaw closed 1 month ago

dougollerenshaw commented 1 month ago

Right now when I submit something to the response window, I get a spinning wheel icon and nothing happens until the API response is received. Then, both my input text and the system's response show up simultaneously.

Instead, I'd like:

dougollerenshaw commented 1 month ago

Addressed in PR #11