Merge branch 'main' into develop

This commit is contained in:
Alex O'Connell
2025-11-02 13:00:43 -05:00
3 changed files with 3 additions and 2 deletions

View File

@@ -337,5 +337,5 @@ def option_overrides(backend_type: str) -> dict[str, Any]:
},
}
INTEGRATION_VERSION = "0.4.2"
INTEGRATION_VERSION = "0.4.3"
EMBEDDED_LLAMA_CPP_PYTHON_VERSION = "0.3.16+b6153"

View File

@@ -1,7 +1,7 @@
{
"domain": "llama_conversation",
"name": "Local LLMs",
"version": "0.4.2",
"version": "0.4.3",
"codeowners": ["@acon96"],
"config_flow": true,
"dependencies": ["conversation"],