debug: 更改测试的10字上限为10000上限

This commit is contained in:
肖应宇 2026-03-12 11:00:33 +08:00
parent f5b6a499ed
commit 7922227f46
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ const props = withDefaults(
placeholder: "输入你的问题...",
isStreaming: false,
sendOnEnter: false,
maxChars: 10,
maxChars: 10000,
disabled: false,
//
supports_thinking: true,