You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase realtime api websocket frame size to accomodate large model outputs. (#46014)
* Increase max frame size to accomodate model output
Occasionally the last message the model sends of it's out output exceeds 65536 bytes causing the output to cut out. To remedy this the limit can be increased.
* Update sdk/openai/azure-ai-openai-realtime/src/main/java/com/azure/ai/openai/realtime/implementation/websocket/WebSocketSessionNettyImpl.java
Co-authored-by: Jose Alvarez <[email protected]>
* Update WebSocketSessionNettyImpl.java
Added missing import
* Update WebSocketSessionNettyImpl.java
Added trailing space
---------
Co-authored-by: Jose Alvarez <[email protected]>
Copy file name to clipboardExpand all lines: sdk/openai/azure-ai-openai-realtime/src/main/java/com/azure/ai/openai/realtime/implementation/websocket/WebSocketSessionNettyImpl.java
0 commit comments