@@ -419,7 +419,7 @@
{ key: 'highest', label: '最高', desc: '极致思考,质量最高但较慢' },
];
- const selectedThinkLevel = ref<ThinkLevelOption>(thinkLevelOptions[0]);
+ const selectedThinkLevel = ref<ThinkLevelOption>(thinkLevelOptions[1]);
watch(
() => props.initialThinkLevel,