mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-25 23:38:37 +00:00
chore: Comment out debug log in adaptor.go
Comment out the debug log for MiniMax TTS Request.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user