mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-08 21:28:05 -05:00
Fix for most recent HA release
This commit is contained in:
@@ -5,7 +5,7 @@ This project provides the required "glue" components to control your Home Assist
|
||||
Please see the [Setup Guide](./docs/Setup.md) for more information on installation.
|
||||
|
||||
## Local LLM Conversation Integration
|
||||
**The latest version of this integration requires Home Assistant 2025.4.1 or newer**
|
||||
**The latest version of this integration requires Home Assistant 2025.7.0 or newer**
|
||||
|
||||
In order to integrate with Home Assistant, we provide a custom component that exposes the locally running LLM as a "conversation agent".
|
||||
|
||||
|
||||
@@ -357,7 +357,6 @@ class LocalLLMAgent(ConversationEntity, AbstractConversationAgent):
|
||||
llm_context=llm.LLMContext(
|
||||
platform=DOMAIN,
|
||||
context=user_input.context,
|
||||
user_prompt=user_input.text,
|
||||
language=user_input.language,
|
||||
assistant=conversation.DOMAIN,
|
||||
device_id=user_input.device_id,
|
||||
|
||||
Reference in New Issue
Block a user