diff --git a/pkg/openai/realtime.go b/pkg/openai/realtime.go index 074e854..2f74ef2 100644 --- a/pkg/openai/realtime.go +++ b/pkg/openai/realtime.go @@ -59,7 +59,7 @@ func RealTimeProxy(c *gin.Context) { } conn := websocket.Dialer{ - Proxy: http.ProxyURL(&url.URL{Scheme: "http", Host: "127.0.0.1:7890"}), + // Proxy: http.ProxyURL(&url.URL{Scheme: "http", Host: "127.0.0.1:7890"}), HandshakeTimeout: 45 * time.Second, } openAIConn, _, err := conn.Dial(realtimeURL, headers)