Merge pull request #1519 from feitianbubu/pr/fix-qwen3-thinking-test

feat: enable thinking mode on ali thinking model
This commit is contained in:
IcedTangerine
2025-08-07 17:39:27 +08:00
committed by GitHub
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,
})