Merge pull request #1372 from pipecat-ai/khk-fix-multimodal-live-example

fix for 26-gemini-multimodal-live.py
This commit is contained in:
Aleix Conchillo Flaqué
2025-03-13 20:22:07 -07:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ async def main():
LLMMessagesAppendFrame(
messages=[
{
"role": "assistant",
"role": "user",
"content": "Greet the user.",
}
]