Files
one-pipe-system/opencode.json
sexygoat 33e15314ac
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m10s
bug
2026-04-11 12:19:35 +08:00

38 lines
740 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"anthropic": {
"options": {
"baseURL": "http://45.155.220.179:8317/v1",
"apiKey": "sk-ZBGcMXCdwtSK7G35s"
}
},
"minimax": {
"options": {
"baseURL": "http://45.155.220.179:8317/v1",
"apiKey": "sk-ZBGcMXCdwtSK7G35s"
}
}
},
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": true,
"timeout": 10000
},
"dbhub": {
"type": "local",
"command": [
"npx",
"-y",
"@bytebase/dbhub@latest",
"--transport",
"stdio",
"--config",
".config/dbhub.toml"
]
}
}
}