Last active
February 16, 2026 11:45
-
-
Save pabpereza/d4e051564a20b24762909d8832777222 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-remoto": { | |
| "npm": "@ai-sdk/openai-compatible", | |
| "name": "Ollama Remoto", | |
| "options": { | |
| "baseURL": "http://192.168.2.100:11434/v1" | |
| }, | |
| "models": { | |
| "gpt-oss:20b": { | |
| "name": "gpt-oss:20b" | |
| } | |
| } | |
| }, | |
| "ollama-local": { | |
| "npm": "@ai-sdk/openai-compatible", | |
| "name": "Ollama Local", | |
| "options": { | |
| "baseURL": "http://localhost:11434/v1" | |
| }, | |
| "models": { | |
| "gpt-oss:20b": { | |
| "name": "gpt-oss:20b" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment