summaryrefslogtreecommitdiffhomepage
path: root/opencode.json
diff options
context:
space:
mode:
authorDax <[email protected]>2025-06-17 00:07:17 -0400
committerGitHub <[email protected]>2025-06-17 00:07:17 -0400
commitd054f88130b64cc3a6bbcc41795873b0e47dcce5 (patch)
tree427b015b31994ff6f6b7fd079c15626b46211812 /opencode.json
parentb929b4f4b901343eaae3c4fae8033e090848f0a2 (diff)
downloadopencode-d054f88130b64cc3a6bbcc41795873b0e47dcce5.tar.gz
opencode-d054f88130b64cc3a6bbcc41795873b0e47dcce5.zip
Improve upgrade command with installation method detection (#158)
Diffstat (limited to 'opencode.json')
-rw-r--r--opencode.json15
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": {}
}