Skip to content

Commit

Permalink
docs(readme): fix example script link
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Dec 17, 2024
1 parent 1b78f22 commit 23ba877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ async def main():
asyncio.run(main())
```

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.
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.

### Realtime error handling

Expand Down

0 comments on commit 23ba877

Please sign in to comment.