Last active
March 29, 2026 13:55
-
-
Save exu/302959558fa6ac8342eb5ed76855bd08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "provider": { | |
| "ollama-lan": { | |
| "npm": "@ai-sdk/openai-compatible", | |
| "name": "Ollama LAN", | |
| "options": { | |
| "baseURL": "http://192.168.50.236:11434/v1" | |
| }, | |
| "models": { | |
| "qwen3.5": { | |
| "name": "Qwen 3.5" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment