mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
💄 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:
+1
-1
@@ -25,7 +25,7 @@ module.exports = defineConfig({
|
||||
],
|
||||
temperature: 0,
|
||||
saveImmediately: true,
|
||||
modelName: 'gpt-4.1-mini',
|
||||
modelName: 'gpt-5-mini',
|
||||
experimental: {
|
||||
jsonMode: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user