Skip to content

Commit 65f9c5f

Browse files
committed
Further formatting
1 parent 76e12d9 commit 65f9c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/how-to/realtime-audio-websockets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ You can construct a full request URI by concatenating:
5454
- The secure WebSocket (`wss://`) protocol.
5555
- Your Azure OpenAI resource endpoint hostname, for example, `my-aoai-resource.openai.azure.com`
5656
- The `openai/realtime` API path.
57-
- **(Preview version only)** An `api-version` query string parameter for a supported API version such as `2025-04-01-preview`
5857
- A `deployment` query string parameter with the name of your `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, or `gpt-realtime` model deployment.
58+
- - **(Preview version only)** An `api-version` query string parameter for a supported API version such as `2025-04-01-preview`
5959

6060
The following example is a well-constructed `/realtime` request URI:
6161

0 commit comments

Comments
 (0)