From 566af6b0b8fd9219533e4f4f45e49fd90a488360 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Sat, 4 Oct 2025 16:20:23 -0400 Subject: [PATCH] Minor comment improvement --- src/pipecat/services/gemini_multimodal_live/gemini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/gemini_multimodal_live/gemini.py b/src/pipecat/services/gemini_multimodal_live/gemini.py index c04736c83..a1c7899c6 100644 --- a/src/pipecat/services/gemini_multimodal_live/gemini.py +++ b/src/pipecat/services/gemini_multimodal_live/gemini.py @@ -464,7 +464,7 @@ class InputParams(BaseModel): temperature: Sampling temperature (0.0-2.0). Defaults to None. top_k: Top-k sampling parameter. Must be >= 0. Defaults to None. top_p: Top-p sampling parameter (0.0-1.0). Defaults to None. - modalities: Response modalities. Defaults to "AUDIO". + modalities: Response modalities. Defaults to AUDIO. language: Language for generation. Defaults to EN_US. media_resolution: Media resolution setting. Defaults to UNSPECIFIED. vad: Voice activity detection parameters. Defaults to None.