Make a note in our examples that there's an issue with Gemini Live + Vertex around specifying a modality other than AUDIO

This commit is contained in:
Paul Kompfner
2025-10-06 15:54:56 -04:00
parent 2699f0c2a6
commit 99f008e927

View File

@@ -80,6 +80,8 @@ transport_params = {
async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
logger.info(f"Starting bot")
# KNOWN ISSUE: If using GeminiVertexMultimodalLiveLLMService, it appears
# you cannot specify a modality other than AUDIO.
llm = GeminiMultimodalLiveLLMService(
api_key=os.getenv("GOOGLE_API_KEY"),
system_instruction=SYSTEM_INSTRUCTION,