Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6935dfd

Browse files
RobertCraigiestainless-app[bot]
authored andcommitted
docs(readme): fix example script link
1 parent 1b78f22 commit 6935dfd

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)