Spaces:
Sleeping
Sleeping
my latest updates.
Browse files- LLM voice chat.py +1 -1
LLM voice chat.py
CHANGED
|
@@ -21,7 +21,7 @@ stt_model = get_stt_model()
|
|
| 21 |
#tts_model = get_tts_model()
|
| 22 |
tts_model = ElevenLabs(api_key=os.getenv("ELEVENLABS_KEY"))
|
| 23 |
|
| 24 |
-
print(type(llm_client), type(stt_model), type(tts_model) )
|
| 25 |
|
| 26 |
def echo(audio):
|
| 27 |
# Measure STT time
|
|
|
|
| 21 |
#tts_model = get_tts_model()
|
| 22 |
tts_model = ElevenLabs(api_key=os.getenv("ELEVENLABS_KEY"))
|
| 23 |
|
| 24 |
+
print( f"llm {type(llm_client)}, stt {type(stt_model)}, tts {type(tts_model)}" )
|
| 25 |
|
| 26 |
def echo(audio):
|
| 27 |
# Measure STT time
|