diff --git a/relay/channel/minimax/adaptor.go b/relay/channel/minimax/adaptor.go index fac0b9a9b..8235abc05 100644 --- a/relay/channel/minimax/adaptor.go +++ b/relay/channel/minimax/adaptor.go @@ -69,7 +69,7 @@ func (a *Adaptor) ConvertAudioRequest(c *gin.Context, info *relaycommon.RelayInf c.Set("response_format", outputFormat) // Debug: log the request structure - fmt.Printf("MiniMax TTS Request: %s\n", string(jsonData)) + // fmt.Printf("MiniMax TTS Request: %s\n", string(jsonData)) return bytes.NewReader(jsonData), nil }