opencode: ditch chatgpt

This commit is contained in:
2026-02-28 01:37:43 -05:00
parent daee9c3246
commit 05b237f49c

View File

@@ -17,28 +17,19 @@ let
agents = {
sisyphus.model = opus-model;
sisyphus-junior.model = opus-model;
oracle = {
model = "openrouter/openai/gpt-5.2-codex";
variant = "high";
};
oracle = opus-model;
librarian.model = haiku-model;
explore.model = haiku-model;
multimodal-looker.model = "openrouter/qwen/qwen3-vl-30b-a3b-thinking";
prometheus.model = opus-model;
metis.model = opus-model;
momus = {
model = "openrouter/openai/gpt-5.2";
variant = "medium";
};
momus = opus-model;
atlas.model = opus-model;
};
categories = {
visual-engineering.model = "openrouter/google/gemini-3-pro";
ultrabrain = {
model = "openrouter/openai/gpt-5.2-codex";
variant = "xhigh";
};
ultrabrain = opus-model;
artistry = {
model = "openrouter/google/gemini-3-pro";
variant = "max";
@@ -203,10 +194,6 @@ in
openrouter = {
models = {
"openai/gpt-oss-20b:free" = { };
"minimax/minimax-m2.1" = { };
"openai/gpt-5.2-codex" = {
variant = "xhigh";
};
};
options = {
# TODO! use agenix here instead