debug: 更改测试的10字上限为10000上限
This commit is contained in:
parent
f5b6a499ed
commit
7922227f46
|
|
@ -179,7 +179,7 @@ const props = withDefaults(
|
|||
placeholder: "输入你的问题...",
|
||||
isStreaming: false,
|
||||
sendOnEnter: false,
|
||||
maxChars: 10,
|
||||
maxChars: 10000,
|
||||
disabled: false,
|
||||
// 默认全部支持
|
||||
supports_thinking: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue