From 8a4f37ada0eb74b43abae9306dd5ed1070076b01 Mon Sep 17 00:00:00 2001 From: Huan He <140455389+huanhe4096@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:33:40 -0500 Subject: [PATCH] update 0.6.2 --- README.md | 8 ++++++++ web/src/App.vue | 10 +++++----- web/src/DataStore.js | 6 +++--- web/src/components/HeaderMenu.vue | 11 +++++++++++ web/src/components/ItemList.vue | 1 + web/src/components/SettingPanel.vue | 22 ++++++++++++++++++---- 6 files changed, 46 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 198e090..f898976 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,17 @@ The translate, llama model, and other services can be started separately. Please # Updates +## 0.6.2 + +- Updated AI model selection +- Fixed footer text +- Updated visual layout +- Updated default openai model + ## 0.6.0 - Add new template for loading taxonomy +- Add dependency for loading prompt - Fixed layout - Fixed import loading issue diff --git a/web/src/App.vue b/web/src/App.vue index dc375dd..5c4e8b3 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -44,7 +44,7 @@ onMounted(() => {