diff --git a/voice.py b/voice.py index 9984cca..b71c68d 100644 --- a/voice.py +++ b/voice.py @@ -560,6 +560,7 @@ class VoiceSession: api_key=ELEVENLABS_KEY, model_id="scribe_v2_realtime", language_code=os.environ.get("STT_LANGUAGE", "de"), + http_session=self._http_session, ), llm=lk_openai.LLM(base_url=LITELLM_URL, api_key=LITELLM_KEY, model=self.model), tts=elevenlabs.TTS(voice_id=voice_id, model="eleven_multilingual_v2",