From 9c1899d079f3acd2160ef2f7511ab1e5269c0d24 Mon Sep 17 00:00:00 2001 From: Mani Mohan Date: Fri, 12 Jul 2024 18:31:06 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 47b995e..3a536cc 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,11 @@ Seamlessly integrate your local LLM with Obsidian. Process large text chunks, tr ## Release notes +v1.1.01 +* Major update: LLM chat functionality that works with available personas +* New UI for chat interaction : typing indicators, response formatting, modern look for chat interface +* Streamlined personas related code +* CSS styling added for different parts of the plugin v1.0.10 * Ollama support + support for all LLM servers that support OpenAI API /v1/chat/completions endpoint.