notauserx
notauserx
Hi, In the top languages card, it would be nice to have href's for the languages. That way, users can click on any one of the top languages and see...
add active lock reason to PR. Since every pull request is an issue and the lock and unlock are on the IIssuesClient, updates the docs to reflect the design. Fixes...
On version 1.0.21 When I set the STT in the agent session azure STT does not work, however deepgram works ```python session = AgentSession[IntakeSessionState]( allow_interruptions=True, vad=ctx.proc.userdata["vad"], turn_detection=EnglishModel(), stt=azure.STT(), #stt=deepgram.STT(), llm=openai.LLM(model="gpt-4o"),...