💄 style: Support new GPT-5 Verbosity params (#8715)

*  feat: add GPT-5 reasoning effort slider and update related configurations

*  feat: 添加 GPT-5 推理强度和文本详细程度控制选项

* fix lint

* fix

* i18n
This commit is contained in:
sxjeru
2025-08-12 01:59:59 +08:00
committed by GitHub
parent 1cf4355e94
commit 0a724aae32
31 changed files with 261 additions and 24 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = defineConfig({
],
temperature: 0,
saveImmediately: true,
modelName: 'gpt-4.1-mini',
modelName: 'gpt-5-mini',
experimental: {
jsonMode: true,
},