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