1
0
forked from agents/opencode

Compare commits

...

2 Commits

Author SHA1 Message Date
mdy 360064eff9 merge upstream 2026-04-22 09:02:46 +00:00
imbytecat 6c821b65c5 chore: 移除 gemini-3.1-pro-preview 模型配置 2026-04-22 14:01:25 +08:00
-6
View File
@@ -82,12 +82,6 @@
"apiKey": "{env:AI_GATEWAY_API_KEY}"
},
"models": {
"gemini-3.1-pro-preview": {
"name": "Gemini 3.1 Pro",
"reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 128000, "output": 128000 } // github copilot only has a 128k context size
},
"glm-5.1": {
"name": "GLM-5.1",
"reasoning": true,