mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
copy
This commit is contained in:
parent
6a1284a5ca
commit
40e463cdc1
11 changed files with 288 additions and 238 deletions
|
@ -959,10 +959,6 @@ class InputOutput:
|
|||
"""Mark that the LLM has started processing, so we should ring the bell on next input"""
|
||||
self.bell_on_next_input = True
|
||||
|
||||
def llm_finished(self):
|
||||
"""Clear the bell flag (optional, as we'll clear it after ringing)"""
|
||||
self.bell_on_next_input = False
|
||||
|
||||
def get_default_notification_command(self):
|
||||
"""Return a default notification command based on the operating system."""
|
||||
import platform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue