forked from agents/opencode
refactor: 移除未使用的 gpt-5.2-codex 模型配置
- 移除未使用的 gpt-5.2-codex 模型配置
This commit is contained in:
@@ -95,16 +95,6 @@
|
|||||||
"output": ["text"]
|
"output": ["text"]
|
||||||
},
|
},
|
||||||
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
"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 }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user