From 3e330708967e5903002f666f8c5a8eef5039a4f9 Mon Sep 17 00:00:00 2001 From: Amadou Date: Fri, 11 Sep 2026 16:09:25 -0400 Subject: [PATCH] vault backup: 2026-09-11 16:09:25 --- opencode.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 opencode.json diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..9b5b811 --- /dev/null +++ b/opencode.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://opencode.ai/config.json", + "share": "disabled", + "model": "ollama/qwen3:1.7b", + "provider": { + "ollama": { + "npm": "@ai-sdk/openai-compatible", + "name": "Ollama Local", + "options": { + "baseURL": "http://127.0.0.1:11434/v1" + }, + "models": { + "qwen3:1.7b": { + "name": "Qwen3 1.7B Local" + }, + "contract-reader:latest": { + "name": "Contract Reader Local" + } + } + } + } +}