From 2c9fd1e7760da4e1776d9cee7db93af1512c88a7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 16 Jun 2025 15:02:25 -0400 Subject: BREAKING CHANGE: the config structure has changed, custom providers have an `npm` field now to specify which npm package to load. see examples in README.md --- opencode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opencode.json') diff --git a/opencode.json b/opencode.json index 7bf1d1318..691bd372f 100644 --- a/opencode.json +++ b/opencode.json @@ -1,8 +1,8 @@ { "$schema": "https://opencode.ai/config.json", "provider": { - "@ai-sdk/openai-compatible": { - "name": "ollama", + "ollama": { + "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "http://localhost:11434/v1" }, -- cgit v1.2.3