Skip to content

Instantly share code, notes, and snippets.

@pabpereza
Last active February 16, 2026 11:45
Show Gist options
  • Select an option

  • Save pabpereza/d4e051564a20b24762909d8832777222 to your computer and use it in GitHub Desktop.

Select an option

Save pabpereza/d4e051564a20b24762909d8832777222 to your computer and use it in GitHub Desktop.
{
"$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