feat: add support for Doubao /v1/responses (#2567)

* feat: add support for Doubao /v1/responses
This commit is contained in:
Seefs
2026-01-03 12:35:35 +08:00
committed by GitHub
parent 1f78c6a0f9
commit 67ba913b44
2 changed files with 4 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ func (a *Adaptor) ConvertAudioRequest(c *gin.Context, info *relaycommon.RelayInf
}
func (a *Adaptor) ConvertOpenAIResponsesRequest(c *gin.Context, info *relaycommon.RelayInfo, request dto.OpenAIResponsesRequest) (any, error) {
// TODO implement me
//TODO implement me
return nil, errors.New("not implemented")
}