Update relay-ali.go

This commit is contained in:
moondie 2023-12-22 03:44:20 +08:00 committed by GitHub
parent 7e56c3bc51
commit 2055b50ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ func requestOpenAI2Ali(request GeneralOpenAIRequest) *AliChatRequest {
// TopP: request.TopP,
// TopK: 50,
// //Seed: 0,
eenable_search: true,
enable_search: true,
incremental_output=true,
stream=request.Stream,
},