add more opencode models

This commit is contained in:
2026-01-10 23:23:33 -06:00
parent 1c96a54c52
commit 6a3a44b2f0

View File

@@ -12,7 +12,7 @@
settings = {
theme = "system";
model = "ollama-local/ministral-3:8b-instruct-2512-q8_0";
model = "ollama-local/llama3.2";
provider = {
ollama-local = {
@@ -23,7 +23,9 @@
options.baseURL = "http://localhost:11434/v1";
models = {
"ministral-3:8b-instruct-2512-q8_0".name = "Ministral 3 8B instruct";
"ministral-3:8b".name = "Ministral 3 8B";
"llama3.2".name = "Llama 3.2";
"qwen3:8b".name = "Qwen 3";
};
};