fix updates lol
This commit is contained in:
@@ -18,9 +18,15 @@ buildHomeAssistantComponent rec {
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
huggingface-hub
|
||||
ollama
|
||||
webcolors
|
||||
];
|
||||
|
||||
# postPatch = ''
|
||||
# substituteInPlace custom_components/llama_conversation/manifest.json \
|
||||
# --replace-fail '"ollama>=0.5.1"' '"ollama"'
|
||||
# '';
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/acon96/home-llm/releases/tag/${version}";
|
||||
description = "This project provides the required \"glue\" components to control your Home Assistant installation with a completely local Large Language Model acting as a personal assistant. The goal is to provide a drop in solution to be used as a \"conversation agent\" component by Home Assistant. The 2 main pieces of this solution are the Home LLM model and Local LLM Conversation integration.";
|
||||
|
||||
@@ -14,7 +14,7 @@ buildHomeAssistantComponent rec {
|
||||
owner = owner;
|
||||
repo = "homeassistant-nanokvm";
|
||||
rev = "0a67e8db4e0422df8b3436b30b7654c02b468d0f";
|
||||
hash = "sha256-5h1EqwpnsmWexqB3J/X4OcN9bfBYUxGxLF1Hrmoi5LY=";
|
||||
hash = "sha256-vXVl+9TIWswNemoUqjeQsTJDPh/OjHUf237QU3OaqJU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user