mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add voice format and input device initialization in Commands
This commit is contained in:
parent
463fdb1ed9
commit
2e4c2422b1
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ class Commands:
|
|||
voice_language = None
|
||||
|
||||
self.voice_language = voice_language
|
||||
self.voice_format = voice_format
|
||||
self.voice_input_device = voice_input_device
|
||||
|
||||
self.help = None
|
||||
self.editor = editor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue