From d054f88130b64cc3a6bbcc41795873b0e47dcce5 Mon Sep 17 00:00:00 2001 From: Dax Date: Tue, 17 Jun 2025 00:07:17 -0400 Subject: Improve upgrade command with installation method detection (#158) --- opencode.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'opencode.json') 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": {} } -- cgit v1.2.3