Skip to content

Releases: acon96/home-llm

v0.4.6

04 Jan 15:05
529a72a

Choose a tag to compare

New dataset supporting proper tool calling, Add Anthropic "messages" style API support, Add on-disk caching for Llama.cpp backend

v0.4.5

15 Dec 01:25
8e68227

Choose a tag to compare

Add support for AI Task entities, Replace custom Ollama API implementation with the official ollama-python package to avoid future compatibility issues, Support multiple LLM APIs at once, Fix issues in tool call handling for various backends

v0.4.4

22 Nov 14:43
f011f0d

Choose a tag to compare

Fix issue with OpenAI backends appending /v1 to all URLs, and fix an issue with tools being serialized into the system prompt.

v0.4.3

02 Nov 18:00
a3cd300

Choose a tag to compare

Fix an issue with the integration not creating model configs properly during setup

v0.4.2

26 Oct 03:24
8759b01

Choose a tag to compare

Fix the following issues:

  • not correctly setting default model settings during initial setup
  • non-integers being allowed in numeric config fields
  • being too strict with finish_reason requirements
  • not letting the user clear the active LLM API

v0.4.1

12 Oct 14:40
5676733

Choose a tag to compare

Fix an issue with using Llama.cpp models downloaded from HuggingFace

v0.4

09 Oct 01:42
3b5417b

Choose a tag to compare

Rewrite integration to support tool calling models/agentic tool use loop, voice streaming, multiple config sub-entries per backend, and dynamic llama.cpp processor selection

v0.3.11

16 Sep 12:42
8cb2d33

Choose a tag to compare

Bug-fixes and llama.cpp version update

NOTE: This is the last release before v0.4, which will drop support for prompt formats and usage of the raw "completions" remote endpoint.

v0.3.10

05 Jul 23:25
fdb726d

Choose a tag to compare

Add support for the OpenAI "Responses" API endpoint, Update llama.cpp version, Fix for breaking change in HA version 2025.7.0

v0.3.9

27 May 02:39
05927ad

Choose a tag to compare

Update llama.cpp version, fix installation bugs, fix conversation history not working