diff options
| author | Dax <[email protected]> | 2025-06-17 00:07:17 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-17 00:07:17 -0400 |
| commit | d054f88130b64cc3a6bbcc41795873b0e47dcce5 (patch) | |
| tree | 427b015b31994ff6f6b7fd079c15626b46211812 /opencode.json | |
| parent | b929b4f4b901343eaae3c4fae8033e090848f0a2 (diff) | |
| download | opencode-d054f88130b64cc3a6bbcc41795873b0e47dcce5.tar.gz opencode-d054f88130b64cc3a6bbcc41795873b0e47dcce5.zip | |
Improve upgrade command with installation method detection (#158)
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/opencode.json b/opencode.json index 691bd372f..e20209c66 100644 --- a/opencode.json +++ b/opencode.json @@ -1,16 +1,5 @@ { "$schema": "https://opencode.ai/config.json", - "provider": { - "ollama": { - "npm": "@ai-sdk/openai-compatible", - "options": { - "baseURL": "http://localhost:11434/v1" - }, - "models": { - "qwen3": {}, - "deepseek-r1": {}, - "llama2": {} - } - } - } + "mcp": {}, + "provider": {} } |
