little more cleanup

This commit is contained in:
Moishe Lettvin
2024-01-26 09:54:51 -05:00
parent 95fc802607
commit bab102f197
3 changed files with 30 additions and 25 deletions

View File

@@ -25,6 +25,7 @@ async def main(room_url: str, token):
transport.mic_enabled = True
transport.mic_sample_rate = 16000
transport.camera_enabled = False
transport.start_transcription = True
llm = AzureLLMService()
tts = ElevenLabsTTSService(voice_id="ErXwobaYiN019PkySvjV")