mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
finished roughing in --voice-language
This commit is contained in:
parent
bddcdd39a8
commit
c07013abf4
2 changed files with 3 additions and 4 deletions
|
@ -56,7 +56,7 @@ class Voice:
|
|||
|
||||
def record_and_transcribe(self, history=None, language=None):
|
||||
try:
|
||||
return self.raw_record_and_transcribe(history)
|
||||
return self.raw_record_and_transcribe(history, language)
|
||||
except KeyboardInterrupt:
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue