Skip to content

Commit 0ce09d2

Browse files
author
Alexey Panfilov
committed
fix: remove max_tokens:1 from qwen_flash — breaks non-classifier use
1 parent e811c06 commit 0ce09d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ models:
3737
provider: qwen
3838
model: qwen3.5-flash
3939
api_key: ${QWEN_API_KEY}
40-
max_tokens: 1
40+
max_tokens: 4096
4141
base_url: https://dashscope-intl.aliyuncs.com/compatible-mode/v1
4242
qwen_122b:
4343
provider: qwen

0 commit comments

Comments
 (0)