From 69fdb27b07f443d40843153a495d5c76477e3fe1 Mon Sep 17 00:00:00 2001 From: 1e0n Date: Wed, 8 Oct 2025 22:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0v1.2.1=EF=BC=9A?= =?UTF-8?q?=E8=B0=83=E6=95=B4GPT-5=E6=8E=A8=E7=90=86=E7=BA=A7=E5=88=AB?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 版本升级至1.2.1 - 将GPT-5模型推理级别从off调整为high - 完善推理字段删除逻辑确保配置生效 --- config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index f564fa1..e3e211e 100644 --- a/config.json +++ b/config.json @@ -37,7 +37,7 @@ "name": "GPT-5", "id": "gpt-5-2025-08-07", "type": "openai", - "reasoning": "off" + "reasoning": "high" }, { "name": "GPT-5-Codex", diff --git a/package.json b/package.json index 4a7ba8b..1464558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "droid2api", - "version": "1.2.0", + "version": "1.2.1", "description": "OpenAI Compatible API Proxy", "main": "server.js", "type": "module",