Skip to content

Commit 6aa278f

Browse files
Hyperlint Automation Fix
1 parent 4f7bf43 commit 6aa278f

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/ai-gateway/configuration/websockets-api

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/configuration/websockets-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The AI Gateway WebSockets API provides a persistent connection for AI interactio
1111
- **Realtime APIs** - Designed for AI providers that offer low-latency, multimodal interactions over WebSockets.
1212
- **Non-Realtime APIs** - Supports standard WebSocket communication for AI providers, including those that do not natively support WebSockets.
1313

14-
## When to use WebSockets?
14+
## When to use WebSockets
1515

1616
WebSockets are long-lived TCP connections that enable bi-directional, real-time and non realtime communication between client and server. Unlike HTTP connections, which require repeated handshakes for each request, WebSockets maintain the connection, supporting continuous data exchange with reduced overhead. WebSockets are ideal for applications needing low-latency, real-time data, such as voice assistants.
1717

0 commit comments

Comments
 (0)