CodeGuard/installations/opencode-cli/opencode.json

19 lines
392 B
JSON
Raw Normal View History

2026-03-18 20:55:21 +08:00
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"vllm-local": {
"npm": "@ai-sdk/openai-compatible",
"name": "vLLM (local)",
"options": {
"baseURL": "http://localhost:8000/v1",
"apiKey": "EMPTY"
},
"models": {
"MiniMax-M2.5": {
"_launch": true,
"name": "MiniMax-M2.5"
}
}
}
}
}