Skip to content

Commit

Permalink
fix: channel test model mapped
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcium-Ion committed Mar 2, 2025
1 parent 254c25c commit 760514c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/channel-test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func testChannel(channel *model.Channel, testModel string) (err error, openAIErr
if err != nil {
return err, nil
}
testModel = info.UpstreamModelName

apiType, _ := constant.ChannelType2APIType(channel.Type)
adaptor := relay.GetAdaptor(apiType)
Expand Down

0 comments on commit 760514c

Please sign in to comment.