feat: enable thinking mode on ali thinking model

This commit is contained in:
feitianbubu
2025-08-06 22:58:36 +08:00
parent 0c0caad827
commit 38067f1ddc
3 changed files with 13 additions and 4 deletions

View File

@@ -275,7 +275,7 @@ func testChannel(channel *model.Channel, testModel string) testResult {
Quota: quota,
Content: "模型测试",
UseTimeSeconds: int(consumedTime),
IsStream: false,
IsStream: info.IsStream,
Group: info.UsingGroup,
Other: other,
})