use instruct model for opencode

This commit is contained in:
2026-01-10 21:23:53 -06:00
parent 30d55ebb5a
commit 1c96a54c52

View File

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