소스 검색

fix: #810

1808837298@qq.com 1 년 전
부모
커밋
792754cee3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      controller/channel-test.go

+ 0 - 1
controller/channel-test.go

@@ -101,7 +101,6 @@ func testChannel(channel *model.Channel, testModel string) (err error, openAIErr
 	}
 
 	request := buildTestRequest(testModel)
-	info.OriginModelName = testModel
 	common.SysLog(fmt.Sprintf("testing channel %d with model %s , info %v ", channel.Id, testModel, info))
 
 	adaptor.Init(info)