merge in openai upgrade

This commit is contained in:
Joshua Vial 2023-12-11 20:43:18 +13:00
commit fe9423d7b8
23 changed files with 304 additions and 201 deletions

View file

@ -471,7 +471,7 @@ class Commands:
if not self.voice:
try:
self.voice = voice.Voice()
self.voice = voice.Voice(self.coder.client)
except voice.SoundDeviceError:
self.io.tool_error(
"Unable to import `sounddevice` and/or `soundfile`, is portaudio installed?"