aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/speech/stream_elements_speech.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/speech/stream_elements_speech.py')
-rw-r--r--autogpts/autogpt/autogpt/speech/stream_elements_speech.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogpts/autogpt/autogpt/speech/stream_elements_speech.py b/autogpts/autogpt/autogpt/speech/stream_elements_speech.py
index 99bc43bf0..e12b29b2d 100644
--- a/autogpts/autogpt/autogpt/speech/stream_elements_speech.py
+++ b/autogpts/autogpt/autogpt/speech/stream_elements_speech.py
@@ -13,7 +13,7 @@ logger = logging.getLogger(__name__)
class StreamElementsConfig(SystemConfiguration):
- voice: str = UserConfigurable(default="Brian")
+ voice: str = UserConfigurable(default="Brian", from_env="STREAMELEMENTS_VOICE")
class StreamElementsSpeech(VoiceBase):