Skip to content

Instantly share code, notes, and snippets.

@exu
Last active March 29, 2026 13:55
Show Gist options
  • Select an option

  • Save exu/302959558fa6ac8342eb5ed76855bd08 to your computer and use it in GitHub Desktop.

Select an option

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