hass
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
buildHomeAssistantComponent,
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
home-assistant,
|
||||
...
|
||||
}:
|
||||
buildHomeAssistantComponent rec {
|
||||
@@ -16,18 +16,13 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-QmpyqNRhmnqFNiKPHm8GKuvZhbuYWDLck3eFC9MlIKQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
nativeBuildInputs = with home-assistant.python.pkgs; [
|
||||
anthropic
|
||||
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.";
|
||||
|
||||
Reference in New Issue
Block a user