Skip to content

Commit

Permalink
Remove thinking message on new message
Browse files Browse the repository at this point in the history
  • Loading branch information
dougollerenshaw committed Sep 20, 2024
1 parent 9a1f5f7 commit 5789019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codeaide/ui/chat_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def handle_api_key_input(self, api_key):

def handle_response(self, response):
self.enable_ui_elements()
self.remove_thinking_messages()

if response["type"] == "message":
self.add_to_chat("AI", response["message"])
Expand Down

0 comments on commit 5789019

Please sign in to comment.