tree sitter manager due to deprecation, and fix rounded corners in borders

This commit is contained in:
Matt Anderson
2026-04-23 00:49:41 +08:00
parent 105686112c
commit 5dd4ae64a5
8 changed files with 42 additions and 31 deletions

View File

@@ -0,0 +1,19 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "ollama/llama2-uncensored:7b",
"provider": {
"ollama": {
"models": {
"llama2-uncensored:7b": {
"_launch": true,
"name": "llama2-uncensored:7b"
}
},
"name": "Ollama",
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://127.0.0.1:11434/v1"
}
}
}
}