Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save brandonbryant12/861e51635373d2f09ec049b0277b3dae to your computer and use it in GitHub Desktop.

Select an option

Save brandonbryant12/861e51635373d2f09ec049b0277b3dae to your computer and use it in GitHub Desktop.
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"your-provider-name": {
"npm": "@ai-sdk/openai-compatible",
"name": "Display Name",
"options": {
"baseURL": "http://localhost:11434/v1",
"apiKey": "{env:YOUR_API_KEY}"
},
"models": {
"model-id": {
"name": "Model Display Name",
"tools": true
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment