mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-05-04 01:54:37 +00:00
fix: doubao audio speedRadio to speed
This commit is contained in:
@@ -47,7 +47,7 @@ func (a *Adaptor) ConvertAudioRequest(c *gin.Context, info *relaycommon.RelayInf
|
||||
}
|
||||
|
||||
voiceType := mapVoiceType(request.Voice)
|
||||
speedRatio := mapSpeedRatio(request.Speed)
|
||||
speedRatio := request.Speed
|
||||
encoding := mapEncoding(request.ResponseFormat)
|
||||
|
||||
c.Set("response_format", encoding)
|
||||
|
||||
Reference in New Issue
Block a user