opencode_offline/opencode.json

17 lines
306 B
JSON
Raw Normal View History

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"options": {
2025-06-15 06:55:39 +08:00
"baseURL": "http://localhost:11434/v1"
},
"models": {
2025-06-15 08:04:41 +08:00
"qwen3": {},
"deepseek-r1": {},
"llama2": {}
}
}
}
}