From f563d6e3a5157a2d1b3c70f683de6846ae6a4627 Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Sun, 5 Apr 2026 18:10:03 +0300 Subject: [PATCH] update changelog --- talemate_frontend/src/components/WhatsNew.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/talemate_frontend/src/components/WhatsNew.vue b/talemate_frontend/src/components/WhatsNew.vue index 002efc9d..9c6306dc 100644 --- a/talemate_frontend/src/components/WhatsNew.vue +++ b/talemate_frontend/src/components/WhatsNew.vue @@ -89,13 +89,13 @@ export default { items: [ { title: "Gemma 4 Support", - description: "Added chat template for Gemma 4 models." + description: "Added prompt template for Gemma 4 models." }, { title: "Bug Fixes", items: [ "Fixed white space issues in contextual generate causing problems with list creation tasks", - "Fixed early termination for SSE events in text-generation-webui client when receiving \"[DONE]\" signal", + "Fixed termination for SSE events in text-generation-webui client when receiving \"[DONE]\" signal", "Prompt tweaks for narrator progress" ] }