Compare commits

...

3 Commits

Author SHA1 Message Date
963e046a93 opencode: temp fix multimodal-looker 2026-03-11 20:26:05 -04:00
886ac5e91d opencode: fix qwen3-vl-30b-a3b-thinking 2026-03-10 19:14:36 -04:00
1ee6356b57 add dig 2026-03-10 14:01:52 -04:00
2 changed files with 5 additions and 1 deletions

View File

@@ -107,6 +107,9 @@ let
units units
jq jq
# DNS things
dig
]; ];
in in

View File

@@ -20,7 +20,7 @@ let
oracle.model = opus-model; oracle.model = opus-model;
librarian.model = haiku-model; librarian.model = haiku-model;
explore.model = haiku-model; explore.model = haiku-model;
multimodal-looker.model = "openrouter/qwen/qwen3-vl-30b-a3b-thinking"; multimodal-looker.model = "anthropic/claude-opus-4.6";
prometheus.model = opus-model; prometheus.model = opus-model;
metis.model = opus-model; metis.model = opus-model;
@@ -175,6 +175,7 @@ in
openrouter = { openrouter = {
models = { models = {
"openai/gpt-oss-20b:free" = { }; "openai/gpt-oss-20b:free" = { };
"qwen/qwen3-vl-30b-a3b-thinking" = { };
}; };
options = { options = {
# TODO! use agenix here instead # TODO! use agenix here instead