ui: 推理努力度改为推理强度

This commit is contained in:
Youzini-afk
2026-03-26 14:32:41 +08:00
parent c44640c046
commit c8dcefc83a

View File

@@ -87,7 +87,7 @@ const TASK_PROFILE_GENERATION_GROUPS = [
{ key: "squash_system_messages", label: "合并系统消息", type: "tri_bool", defaultValue: false },
{
key: "reasoning_effort",
label: "推理努力度",
label: "推理度",
type: "enum",
options: [
{ value: "", label: "跟随默认" },