mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
34 lines
736 B
JSON
34 lines
736 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"oc-frank": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "OC-Frank",
|
|
"options": {
|
|
"baseURL": "https://api.gateway.frank.dev.opencode.ai/v1"
|
|
},
|
|
"models": {
|
|
"anthropic/claude-sonnet-4": {
|
|
"name": "Claude Sonnet 4"
|
|
},
|
|
"openai/gpt-4.1": {
|
|
"name": "GPT-4.1"
|
|
},
|
|
"zhipuai/glm-4.5-flash": {
|
|
"name": "GLM-4.5 Flash"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "remote",
|
|
"url": "https://mcp.context7.com/sse"
|
|
},
|
|
"weather": {
|
|
"type": "local",
|
|
"command": ["opencode", "x", "@h1deya/mcp-server-weather"]
|
|
}
|
|
}
|
|
}
|