升级到v1.2.1:调整GPT-5推理级别配置
- 版本升级至1.2.1 - 将GPT-5模型推理级别从off调整为high - 完善推理字段删除逻辑确保配置生效
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
"name": "GPT-5",
|
"name": "GPT-5",
|
||||||
"id": "gpt-5-2025-08-07",
|
"id": "gpt-5-2025-08-07",
|
||||||
"type": "openai",
|
"type": "openai",
|
||||||
"reasoning": "off"
|
"reasoning": "high"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GPT-5-Codex",
|
"name": "GPT-5-Codex",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "droid2api",
|
"name": "droid2api",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "OpenAI Compatible API Proxy",
|
"description": "OpenAI Compatible API Proxy",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user