feat: add doubao video generate

This commit is contained in:
feitianbubu
2025-10-02 01:03:20 +08:00
parent 2938246f2e
commit c320410c84
7 changed files with 274 additions and 3 deletions

View File

@@ -70,6 +70,12 @@ func testChannel(channel *model.Channel, testModel string, endpointType string)
newAPIError: nil,
}
}
if channel.Type == constant.ChannelTypeDoubaoVideo {
return testResult{
localErr: errors.New("doubao video channel test is not supported"),
newAPIError: nil,
}
}
if channel.Type == constant.ChannelTypeVidu {
return testResult{
localErr: errors.New("vidu channel test is not supported"),