28 lines
593 B
JSON
28 lines
593 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"llama.cpp": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "llama-server (local)",
|
|
"options": {
|
|
"baseURL": "http://127.0.0.1:9988/v1"
|
|
},
|
|
"models": {
|
|
"qwen3-coder:a3b": {
|
|
"name": "Qwen_Qwen3.5-9B-Q6_K (local)",
|
|
"limit": {
|
|
"context": 248000,
|
|
"output": 65655
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mcp": {
|
|
"IntelliJIdea": {
|
|
"type": "remote",
|
|
"url": "http://127.0.0.1:64342/stream",
|
|
"enabled": true
|
|
}
|
|
}
|
|
} |