COSC481W-2024Winter / JARVIS

J.A.R.V.I.S
2 stars 3 forks source link

Fix: GPT Text response #85

Closed TFlinchu closed 7 months ago

TFlinchu commented 7 months ago

This PR is to fix a bug we had with the GPT text response. Now instead of displaying it as a text widget on the home page, we will have it in a pop-out alert window, as to remove any bugs that would be caused by UI going off-screen if the response was too long.

TFlinchu commented 7 months ago

We scrapped the idea of using a popout window. Now, we have decided to remove the text on the screen and opted to just use print statements for debugging, leaving the user with only voice communication.