From 194173619e0e1940284f4d4fa3de49f5197636c1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 30 Nov 2025 20:54:58 -0500 Subject: Fix jr loop: update model IDs and dev shell - Update OpenRouter model IDs to Claude 4.5 family: - anthropic/claude-sonnet-4.5 (default) - anthropic/claude-haiku-4.5 (simple tasks) - anthropic/claude-opus-4.5 (complex tasks) - Remove aider-chat from dev shell (broken, unused) - Simplify llm package (remove llm-ollama plugin) - Update nixos-unstable for llm 0.27.1 Task-Id: t-163 --- Omni/Bild.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Omni/Bild.nix') diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 51cb2e2..b7e0801 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -143,11 +143,8 @@ tree wemux ; - aider-chat = unstable.aider-chat; llama-cpp = unstable.llama-cpp; - llm = - unstable.python312.withPackages - (p: [p.llm p.llm-ollama p.llm-sentence-transformers]); + llm = unstable.python312.withPackages (p: [p.llm]); ollama = unstable.ollama; ruff = unstable.ruff; shellcheck = unstable.shellcheck; @@ -255,7 +252,6 @@ name = "omnidev"; # this should just be dev tools buildInputs = with self.pkgs; [ - aider-chat bat bc self.bild -- cgit v1.2.3