This commit is contained in:
mjallen18
2026-01-12 12:08:36 -06:00
parent dfd8d9a1a8
commit 382f059188
27 changed files with 151 additions and 154 deletions

View File

@@ -7,16 +7,17 @@
buildHomeAssistantComponent rec {
owner = "acon96";
domain = "llama_conversation";
version = "v0.4.5";
version = "v0.4.6";
src = fetchFromGitHub {
owner = owner;
repo = "home-llm";
rev = version;
hash = "sha256-be4cW3f30G32MGl49YGja9/SlMHdnQ9IguuY14wgKGI=";
hash = "sha256-QmpyqNRhmnqFNiKPHm8GKuvZhbuYWDLck3eFC9MlIKQ=";
};
nativeBuildInputs = with python3Packages; [
anthropic
huggingface-hub
ollama
webcolors