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
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,6 @@ The following channel variables can be used to fine tune websocket connection an
71
71
| STREAM_TLS_DISABLE_HOSTNAME_VALIDATION | true or 1 disable hostname check in WSS connections | false |
72
72
| STREAM_DISABLE_AUDIOFILES | true or 1, disables debug audio files generation in tmp | false |
73
73
| STREAM_OPENAI_API_KEY | OpenAI API key, used for authentication with OpenAI's | none |
74
-
| STREAM_OPENAI_REALTIME_VERSION | OpenAI Realtime API version, e.g. "v1" | v1 |
75
74
76
75
- Per message deflate compression option is enabled by default. It can lead to a very nice bandwidth savings. To disable it set the channel var to `true|1`.
77
76
- Heart beat, sent every xx seconds when there is no traffic to make sure that load balancers do not kill an idle connection.
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "OPENAI_API_KEY is not set. Assuming you set STREAM_EXTRA_HEADERS variable.\n");
0 commit comments