From 760514c3e1ebd72250d3b00ee2cac4efcac7976a Mon Sep 17 00:00:00 2001 From: "1808837298@qq.com" <1808837298@qq.com> Date: Sun, 2 Mar 2025 23:53:10 +0800 Subject: [PATCH] fix: channel test model mapped --- controller/channel-test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/channel-test.go b/controller/channel-test.go index 75400c93..4ac618d6 100644 --- a/controller/channel-test.go +++ b/controller/channel-test.go @@ -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)