straylight: disable laguna, default to ornith

This commit is contained in:
2026-09-19 21:23:42 -07:00
parent 72261df517
commit 0543864f38
2 changed files with 9 additions and 7 deletions
+1 -2
View File
@@ -17,7 +17,7 @@ let
cfg = {
"$schema" = "https://opencode.ai/config.json";
enabled_providers = [ "llama.cpp" "zai-coding-plan" ];
model = "llama.cpp/laguna-s-2.1";
model = "llama.cpp/ornith-1.5-35b-a3b";
small_model = "llama.cpp/ornith-1.5-9b-uncensored";
provider = {
"zai-coding-plan" = {
@@ -52,7 +52,6 @@ let
chunkTimeout = 7200000;
};
models = {
"laguna-s-2.1" = text "Laguna S 2.1";
"qwen3.6-35b-a3b-abliterated" = text "Qwen3.6 35B A3B";
"gemma4-26b-a4b-abliterated" = text "Gemma 4 26B A4B";
"ornith-1.0-35b" = text "Ornith 1.0 35B";