Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 23ba877

Browse files
committedDec 17, 2024
docs(readme): fix example script link
1 parent 1b78f22 commit 23ba877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ async def main():
300300
asyncio.run(main())
301301
```
302302

303-
However the real magic of the Realtime API is handling audio inputs / outputs, see this example [TUI script](https://github.com/stainless-sdks/openai-python/blob/robert/realtime-docs-preview/examples/realtime/push_to_talk_app.py) for a fully fledged example.
303+
However the real magic of the Realtime API is handling audio inputs / outputs, see this example [TUI script](https://github.com/openai/openai-python/blob/main/examples/realtime/push_to_talk_app.py) for a fully fledged example.
304304

305305
### Realtime error handling
306306

0 commit comments

Comments
 (0)
Please sign in to comment.