1
0
forked from agents/opencode

refactor: 移除未使用的 gpt-5.2-codex 模型配置

- 移除未使用的 gpt-5.2-codex 模型配置
This commit is contained in:
2026-02-06 21:53:31 +08:00
parent 8c736d6dae
commit b6447c6108

View File

@@ -95,16 +95,6 @@
"output": ["text"]
},
"limit": { "context": 400000, "input": 272000, "output": 128000 }
},
"gpt-5.2-codex": {
"name": "GPT-5.2 Codex",
"tool_call": true,
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
},
"limit": { "context": 400000, "input": 272000, "output": 128000 }
}
}
}