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 c2216ee commit 97b06d6Copy full SHA for 97b06d6
lib/openai/realtime.rb
@@ -9,7 +9,6 @@ def initialize(client:)
9
# This method sets up a new session for real-time voice interaction with an OpenAI model.
10
# It returns session details that can be used to establish a WebRTC connection.
11
#
12
- #
13
# @param parameters [Hash] parameters for the session (see: https://platform.openai.com/docs/api-reference/realtime-sessions/create)
14
# @return [Hash] Session details including session ID, ICE servers, and other
15
# connection information
0 commit comments