mgokg commited on
Commit
b70d557
·
verified ·
1 Parent(s): 6176247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ class GeminiHandler(AsyncAudioVideoStreamHandler):
79
 
80
  # Update the config to include tools and system_instruction
81
  config = types.LiveConnectConfig(
82
- response_modalities=["AUDIO"],
83
  speech_config=types.SpeechConfig(
84
  language_code="de-DE",
85
  voice_config=types.VoiceConfig(
 
79
 
80
  # Update the config to include tools and system_instruction
81
  config = types.LiveConnectConfig(
82
+ response_modalities=["AUDIO-VIDEO"],
83
  speech_config=types.SpeechConfig(
84
  language_code="de-DE",
85
  voice_config=types.VoiceConfig(