realtime/__init__.py
realtime/__init__.pyBrowse 18 files
52 tokens
215 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1"""Realtime speech: thin OpenAI Realtime client + file-queue speaker for the Meet bot."""2 3from .openai_client import RealtimeSession, RealtimeSpeaker # noqa: F4014 5__all__ = ["RealtimeSession", "RealtimeSpeaker"]6