Transcribe user audio in 26b

This commit is contained in:
Mark Backman
2025-04-29 15:58:34 -04:00
parent 2ba60fc41f
commit facbebb15f

View File

@@ -89,6 +89,7 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection, _: argparse.Namespac
llm = GeminiMultimodalLiveLLMService(
api_key=os.getenv("GOOGLE_API_KEY"),
system_instruction=system_instruction,
transcribe_user_audio=True,
tools=tools,
)