Merge pull request #1270 from QuantumNous/refactor_model_mapping

feat: implement new handlers for relay processing
This commit is contained in:
Calcium-Ion
2025-06-20 16:12:41 +08:00
committed by GitHub
13 changed files with 95 additions and 38 deletions

View File

@@ -93,7 +93,7 @@ func testChannel(channel *model.Channel, testModel string) (err error, openAIErr
info := relaycommon.GenRelayInfo(c)
err = helper.ModelMappedHelper(c, info)
err = helper.ModelMappedHelper(c, info, nil)
if err != nil {
return err, nil
}