use instruct model for opencode
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
theme = "system";
|
theme = "system";
|
||||||
model = "ollama-local/ministral-3:8b";
|
model = "ollama-local/ministral-3:8b-instruct-2512-q8_0";
|
||||||
|
|
||||||
provider = {
|
provider = {
|
||||||
ollama-local = {
|
ollama-local = {
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
options.baseURL = "http://localhost:11434/v1";
|
options.baseURL = "http://localhost:11434/v1";
|
||||||
|
|
||||||
models = {
|
models = {
|
||||||
"ministral-3:8b".name = "Ministral 3 8B";
|
"ministral-3:8b-instruct-2512-q8_0".name = "Ministral 3 8B instruct";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user