summaryrefslogtreecommitdiffhomepage
path: root/opencode.json
blob: 691bd372f24656bed9b470539df9120c51a1aed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "ollama": {
      "npm": "@ai-sdk/openai-compatible",
      "options": {
        "baseURL": "http://localhost:11434/v1"
      },
      "models": {
        "qwen3": {},
        "deepseek-r1": {},
        "llama2": {}
      }
    }
  }
}