diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-30 20:54:58 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-30 20:54:58 -0500 |
| commit | 194173619e0e1940284f4d4fa3de49f5197636c1 (patch) | |
| tree | 8bf8a312b5c804173ae3841322fee159b2a53ea4 /Omni/Bild.nix | |
| parent | c156247790c54e9e20f574d8238d7c47dec29b19 (diff) | |
- 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
Diffstat (limited to 'Omni/Bild.nix')
| -rw-r--r-- | Omni/Bild.nix | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
