Commit ab24b6c4a731

Vincent Demeester <vincent@sbr.pm>
2025-06-12 01:21:03
home/ai: add amp and switch to whisper-cpp
whisper-cpp is broken as of now though… Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c73b2ac
Changed files (1)
home
common
home/common/dev/ai.nix
@@ -5,7 +5,8 @@
     aider-chat
     goose-cli
     llm
-    openai-whisper
+    # openai-whisper
+    whisper-cpp
     python312Packages.google-generativeai
     python313Packages.google-generativeai
     repomix
@@ -14,5 +15,6 @@
     code-cursor
     # mcp-servers
     github-mcp-server
+    amp
   ];
 }