mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 03:53:16 +08:00
fix(compute): Codex displayName 去掉冗余 (订阅) 后缀 (#58)
* fix(compute): Codex 模型 displayName 去掉多余的"(订阅)"后缀 整个 openai-codex provider 就是 ChatGPT 订阅接入,displayName 上 逐个标注"(订阅)"是冗余信息,用户在 provider 层面已经清楚。 * chore(manifest): bump presetDataVersion 74 -> 75
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"models": [
|
||||
{
|
||||
"modelName": "gpt-5.6-sol",
|
||||
"displayName": "GPT-5.6 Sol (订阅)",
|
||||
"displayName": "GPT-5.6 Sol",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
@@ -46,7 +46,7 @@
|
||||
},
|
||||
{
|
||||
"modelName": "gpt-5.6-terra",
|
||||
"displayName": "GPT-5.6 Terra (订阅)",
|
||||
"displayName": "GPT-5.6 Terra",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
@@ -66,7 +66,7 @@
|
||||
},
|
||||
{
|
||||
"modelName": "gpt-5.6-luna",
|
||||
"displayName": "GPT-5.6 Luna (订阅)",
|
||||
"displayName": "GPT-5.6 Luna",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
@@ -86,7 +86,7 @@
|
||||
},
|
||||
{
|
||||
"modelName": "gpt-5.5",
|
||||
"displayName": "GPT-5.5 (订阅)",
|
||||
"displayName": "GPT-5.5",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
@@ -106,7 +106,7 @@
|
||||
},
|
||||
{
|
||||
"modelName": "gpt-5.4",
|
||||
"displayName": "GPT-5.4 (订阅)",
|
||||
"displayName": "GPT-5.4",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
@@ -126,7 +126,7 @@
|
||||
},
|
||||
{
|
||||
"modelName": "gpt-5.4-mini",
|
||||
"displayName": "GPT-5.4 Mini (订阅)",
|
||||
"displayName": "GPT-5.4 Mini",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
@@ -146,7 +146,7 @@
|
||||
},
|
||||
{
|
||||
"modelName": "gpt-5.3-codex-spark",
|
||||
"displayName": "GPT-5.3 Codex Spark (订阅,Pro 专属)",
|
||||
"displayName": "GPT-5.3 Codex Spark(Pro 专属)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 74,
|
||||
"presetDataVersion": 75,
|
||||
"updatedAt": "2026-07-19",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user