Improve upgrade command with installation method detection (#158)

This commit is contained in:
Dax
2025-06-17 00:07:17 -04:00
committed by GitHub
parent b929b4f4b9
commit d054f88130
6 changed files with 153 additions and 122 deletions

View File

@@ -1,16 +1,5 @@
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://localhost:11434/v1"
},
"models": {
"qwen3": {},
"deepseek-r1": {},
"llama2": {}
}
}
}
"mcp": {},
"provider": {}
}