We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8076eea commit 6d12894Copy full SHA for 6d12894
README.md
@@ -242,6 +242,7 @@ from openai import AsyncOpenAI
242
243
async def main():
244
client = AsyncOpenAI()
245
+
246
async with client.realtime.connect(model="gpt-realtime") as connection:
247
await connection.session.update(
248
session={"type": "realtime", "output_modalities": ["text"]}
0 commit comments