Skip to content

Commit be51e11

Browse files
committed
Address comments
1 parent d9e7380 commit be51e11

File tree

1 file changed

+1
-1
lines changed
  • firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/feature/live

1 file changed

+1
-1
lines changed

firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/feature/live/BidiViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ class BidiViewModel(
6060
init {
6161
val liveGenerationConfig = liveGenerationConfig {
6262
speechConfig = SpeechConfig(voice = Voice("CHARON"))
63-
responseModality = ResponseModality.AUDIO
6463
// Change this to ContentModality.TEXT if you want text output.
64+
responseModality = ResponseModality.AUDIO
6565
}
6666
@OptIn(PublicPreviewAPI::class)
6767
val liveModel = FirebaseAI.getInstance(Firebase.app, sample.backend).liveModel(

0 commit comments

Comments
 (0)