tree sitter manager due to deprecation, and fix rounded corners in borders
This commit is contained in:
19
opencode/.config/opencode/opencode.json
Normal file
19
opencode/.config/opencode/opencode.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user