mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 19:47:10 +08:00
feat: gpt-5.6 support
This commit is contained in:
@@ -274,18 +274,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"1b7d24b212e52c54": {
|
||||
"source": "{0} 的推理强度仅支持 low、medium、high、xhigh",
|
||||
"kind": "template",
|
||||
"placeholders": 1,
|
||||
"refs": [
|
||||
{
|
||||
"file": "src/state/appState.js",
|
||||
"line": 315,
|
||||
"column": 14
|
||||
}
|
||||
]
|
||||
},
|
||||
"1bc77f5ab979f4c1": {
|
||||
"source": "新增模型配置",
|
||||
"kind": "text",
|
||||
@@ -1175,6 +1163,23 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"8672864e90417138": {
|
||||
"source": "最高",
|
||||
"kind": "text",
|
||||
"placeholders": 0,
|
||||
"refs": [
|
||||
{
|
||||
"file": "src/components/ModelAdapterModal.vue",
|
||||
"line": 26,
|
||||
"column": 12
|
||||
},
|
||||
{
|
||||
"file": "src/views/ModelEditor.vue",
|
||||
"line": 41,
|
||||
"column": 12
|
||||
}
|
||||
]
|
||||
},
|
||||
"86df7ec743047234": {
|
||||
"source": "服务运行中",
|
||||
"kind": "text",
|
||||
@@ -2110,6 +2115,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"dbb4b5be9b5723dc": {
|
||||
"source": "{0} 的推理强度仅支持 low、medium、high、xhigh、max",
|
||||
"kind": "template",
|
||||
"placeholders": 1,
|
||||
"refs": [
|
||||
{
|
||||
"file": "src/state/appState.js",
|
||||
"line": 435,
|
||||
"column": 14
|
||||
}
|
||||
]
|
||||
},
|
||||
"dbee6e7139243362": {
|
||||
"source": "{0} 的接口地址不能为空",
|
||||
"kind": "template",
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
"15d124b200ddabed": "Maximum number of context tokens the model can accept in a single request. Leave blank to use the default.",
|
||||
"18b7312022cd1840": "Start Service",
|
||||
"1af38868896cf53d": "Routing mode only supports local or upstream",
|
||||
"1b7d24b212e52c54": "{0} reasoning effort only supports low, medium, high, and xhigh",
|
||||
"1bc77f5ab979f4c1": "Add Model Settings",
|
||||
"1e238093b79b3165": "Uses 65536 by default when left blank",
|
||||
"24343a2096988d42": "Failed to open",
|
||||
@@ -84,6 +83,7 @@
|
||||
"7e9e334aeb0bdc07": "Service operation failed",
|
||||
"7f68ebad19ba6bcd": "Check for Updates",
|
||||
"81123c56d5d880d0": "API Key",
|
||||
"8672864e90417138": "Max",
|
||||
"86df7ec743047234": "Service running",
|
||||
"87ed126f7bd1121e": "Routing Mode",
|
||||
"899add6275682210": "Uses 200000 by default when left blank",
|
||||
@@ -154,6 +154,7 @@
|
||||
"d7da2aabd35772ec": "e.g. 200000 (leave blank to use the default)",
|
||||
"da590a8fe3ce4de0": "Please select",
|
||||
"daede9881787abe7": "Notes",
|
||||
"dbb4b5be9b5723dc": "{0} reasoning effort only supports low, medium, high, xhigh, and max",
|
||||
"dbee6e7139243362": "{0} base URL cannot be empty",
|
||||
"dc82c5e8fb2ab777": "Version: v{0}",
|
||||
"de8184da1ef88d03": "Configured",
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
"15d124b200ddabed": "モデルが1回のリクエストで受け取れる最大コンテキスト Token 数。空欄の場合はデフォルト値を使用します。",
|
||||
"18b7312022cd1840": "サービスを開始",
|
||||
"1af38868896cf53d": "ルーティングモードは local または upstream のみサポートします",
|
||||
"1b7d24b212e52c54": "{0} の推論強度は low、medium、high、xhigh のみサポートします",
|
||||
"1bc77f5ab979f4c1": "モデル設定を追加",
|
||||
"1e238093b79b3165": "空欄で 65536",
|
||||
"24343a2096988d42": "開けませんでした",
|
||||
@@ -84,6 +83,7 @@
|
||||
"7e9e334aeb0bdc07": "サービス操作に失敗しました",
|
||||
"7f68ebad19ba6bcd": "アップデートを確認",
|
||||
"81123c56d5d880d0": "API キー",
|
||||
"8672864e90417138": "最大",
|
||||
"86df7ec743047234": "サービス稼働中",
|
||||
"87ed126f7bd1121e": "ルーティングモード",
|
||||
"899add6275682210": "空欄で 200000",
|
||||
@@ -154,6 +154,7 @@
|
||||
"d7da2aabd35772ec": "例: 200000(空欄でデフォルト値)",
|
||||
"da590a8fe3ce4de0": "選択してください",
|
||||
"daede9881787abe7": "メモ",
|
||||
"dbb4b5be9b5723dc": "{0} の推論強度は low、medium、high、xhigh、max のみサポートします",
|
||||
"dbee6e7139243362": "{0} のベース URL は必須です",
|
||||
"dc82c5e8fb2ab777": "バージョン: v{0}",
|
||||
"de8184da1ef88d03": "設定済み",
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
"15d124b200ddabed": "模型单次可接受的最大上下文 Token 数。留空时使用默认值。",
|
||||
"18b7312022cd1840": "启动服务",
|
||||
"1af38868896cf53d": "运行模式仅支持 local 或 upstream",
|
||||
"1b7d24b212e52c54": "{0} 的推理强度仅支持 low、medium、high、xhigh",
|
||||
"1bc77f5ab979f4c1": "新增模型配置",
|
||||
"1e238093b79b3165": "留空时默认 65536",
|
||||
"24343a2096988d42": "打开失败",
|
||||
@@ -84,6 +83,7 @@
|
||||
"7e9e334aeb0bdc07": "服务操作失败",
|
||||
"7f68ebad19ba6bcd": "检查更新",
|
||||
"81123c56d5d880d0": "访问密钥",
|
||||
"8672864e90417138": "最高",
|
||||
"86df7ec743047234": "服务运行中",
|
||||
"87ed126f7bd1121e": "运行模式",
|
||||
"899add6275682210": "留空时默认 200000",
|
||||
@@ -154,6 +154,7 @@
|
||||
"d7da2aabd35772ec": "例如:200000(留空用默认值)",
|
||||
"da590a8fe3ce4de0": "请选择",
|
||||
"daede9881787abe7": "备注",
|
||||
"dbb4b5be9b5723dc": "{0} 的推理强度仅支持 low、medium、high、xhigh、max",
|
||||
"dbee6e7139243362": "{0} 的接口地址不能为空",
|
||||
"dc82c5e8fb2ab777": "版本:v{0}",
|
||||
"de8184da1ef88d03": "已配置",
|
||||
|
||||
Reference in New Issue
Block a user