mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
copy
This commit is contained in:
parent
1d7c56b8c5
commit
606e27a337
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class MarkdownStream:
|
|||
|
||||
# Defer Live creation until the first update so the Spinner can be shown.
|
||||
self.live = None
|
||||
self.spinner = Spinner("Streaming markdown...")
|
||||
self.spinner = Spinner("Waiting for LLM")
|
||||
self._spinner_stop_event = threading.Event()
|
||||
self._spinner_thread = threading.Thread(target=self._spin, daemon=True)
|
||||
self._spinner_thread.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue