diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..3816ff5 --- /dev/null +++ b/opencode.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://opencode.ai/config.json", + "provider": { + "ollama": { + "npm": "@ai-sdk/openai-compatible", + "name": "Ollama (Local)", + "options": { + "baseURL": "http://localhost:11434/v1" + }, + "models": { + "qwen2.5-coder:7b": { + "name": "Qwen2.5-Coder 7B (Coding)", + "context_length": 32768 + } + } + } + } +}