Skip to content

Commit 7942205

Browse files
committed
Tweak README
1 parent af173ed commit 7942205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ File.binwrite('demo.mp3', response)
16601660

16611661
### Realtime
16621662

1663-
The [Realtime API](https://platform.openai.com/docs/guides/realtime) allows you to create a live speech-to-speech session with an OpenAI model. It responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.
1663+
The [Realtime API](https://platform.openai.com/docs/guides/realtime) allows you to create a live speech-to-speech session with an OpenAI model. It responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to [authenticate browser clients for a WebRTC connection](https://platform.openai.com/docs/guides/realtime#connect-with-webrtc).
16641664

16651665
```ruby
16661666
response = client.realtime.create(parameters: { model: "gpt-4o-realtime-preview-2024-12-17" })

0 commit comments

Comments
 (0)