mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #319] [feat] 希望在模型配置增加是否开始stream的开关 #229
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#229
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Renjiewu on GitHub (Jul 1, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/319
描述你的建议
百炼平台的qwen3系列模型的思考模式均不支持non-streaming call,选择qwen3会报错
400 parameter.enable_thinking must be set to false for non-streaming calls,希望增加是否stream的选项,让用户控制是否开启,希望选项是配置级别的,不同的模型使用不同的stream开关配置@codexu commented on GitHub (Jul 16, 2025):
模型检测时未使用 stream,导致报错,已修复。
几乎所有模型都支持 stream,所以不考虑增加切换 stream 开关。