From 47ce389ca16c0fdc289a91ae3c59f4455ea72ce1 Mon Sep 17 00:00:00 2001 From: Alex O'Connell Date: Sun, 11 Aug 2024 21:34:01 -0400 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8056468..3edbedf 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ In order to facilitate running the project entirely on the system where Home Ass ## Version History | Version | Description | |---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| v0.3.4 | Update bundled llama-cpp-python to support new models, various bug fixes | +| v0.3.4 | Significantly improved language support including full Polish translation, Update bundled llama-cpp-python to support new models, various bug fixes | | v0.3.3 | Improvements to the Generic OpenAI Backend, improved area handling, fix issue using RGB colors, remove EOS token from responses, replace requests dependency with aiohttp included with Home Assistant | | v0.3.2 | Fix for exposed script entities causing errors, fix missing GBNF error, trim whitespace from model output | | v0.3.1 | Adds basic area support in prompting, Fix for broken requirements, fix for issue with formatted tools, fix custom API not registering on startup properly |