Compare commits
3 Commits
113f4373f8
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
963e046a93
|
|||
|
886ac5e91d
|
|||
|
1ee6356b57
|
@@ -107,6 +107,9 @@ let
|
|||||||
units
|
units
|
||||||
|
|
||||||
jq
|
jq
|
||||||
|
|
||||||
|
# DNS things
|
||||||
|
dig
|
||||||
];
|
];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user