mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"@ai-sdk/openai-compatible": {
|
|
"name": "ollama",
|
|
"options": {
|
|
"baseURL": "http://localhost:11434/v1"
|
|
},
|
|
"models": {
|
|
"qwen3": {},
|
|
"deepseek-r1": {},
|
|
"llama2": {}
|
|
}
|
|
}
|
|
}
|
|
}
|