Files
JuliaKurs23/opencode.json
2026-02-22 18:20:25 +01:00

24 lines
529 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:8077/v1"
},
"models": {
"Qwen3-coder-next-100": {
"name": "Qwen3-coder-next-100",
"tool_call": true,
"reasoning": true,
"limit": {
"context": 128000,
"output": 65536
}
}
}
}
}
}