yok sürekli böyle bir hata mesajı geliyor prompt girdiğim yerde
buraya girdikten sonra aşağıdaki kodu yapıştırıp kaydedip dener misiniz?
[
{
"name": "Copilot",
"vendor": "copilot",
"settings": {
"gpt-5.2-codex": {},
"gpt-5.3-codex": {
"reasoningEffort": "max"
}
}
},
{
"name": "OpenCode Go",
"vendor": "customendpoint",
"apiKey": "${input:chat.lm.secret.opencodgo}",
"apiType": "chat-completions",
"models": [
{
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"url": "https://opencode.ai/zen/go/v1/chat/completions",
"toolCalling": true,
"vision": true,
"maxInputTokens": 1000000,
"maxOutputTokens": 384000,
"reasoningEffort": "high"
},
{
"id": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash High Thinking",
"url": "https://opencode.ai/zen/go/v1/chat/completions",
"toolCalling": true,
"vision": false,
"maxInputTokens": 1000000,
"maxOutputTokens": 384000,
"reasoningEffort": "high"
},
{
"id": "glm-5.2",
"name": "GLM-5.2",
"url": "https://opencode.ai/zen/go/v1/chat/completions",
"toolCalling": true,
"vision": true,
"maxInputTokens": 1000000,
"maxOutputTokens": 128000,
"reasoningEffort": "high"
},
{
"id": "kimi-k2.7-code",
"name": "Kimi K2.7 Code",
"url": "https://opencode.ai/zen/go/v1/chat/completions",
"toolCalling": true,
"vision": true,
"maxInputTokens": 262144,
"maxOutputTokens": 64000,
"reasoningEffort": "high"
},
{
"id": "qwen3.7-plus",
"name": "Qwen3.7 Plus",
"url": "https://opencode.ai/zen/go/v1/messages",
"toolCalling": true,
"vision": true,
"maxInputTokens": 1000000,
"maxOutputTokens": 65536,
"reasoningEffort": "high"
},
{
"id": "mimo-v2.5-pro",
"name": "MiMo-V2.5-Pro",
"url": "https://opencode.ai/zen/go/v1/chat/completions",
"toolCalling": true,
"vision": true,
"maxInputTokens": 1000000,
"maxOutputTokens": 128000,
"reasoningEffort": "high"
}
]
}
]