fix: azure stream options

This commit is contained in:
CalciumIon
2024-07-15 16:05:30 +08:00
parent 5e936b3923
commit 0f687aab9a
21 changed files with 33 additions and 24 deletions

View File

@@ -87,7 +87,7 @@ func testChannel(channel *model.Channel, testModel string) (err error, openAIErr
adaptor.Init(meta, *request)
convertedRequest, err := adaptor.ConvertRequest(c, constant.RelayModeChatCompletions, request)
convertedRequest, err := adaptor.ConvertRequest(c, meta, request)
if err != nil {
return err, nil
}