From 25ae1337ff955f8dc613253efb8542ee1932f206 Mon Sep 17 00:00:00 2001 From: MrBounty Date: Thu, 8 Aug 2024 11:57:57 +0200 Subject: [PATCH] Some fixs --- Chat.go | 3 ++- TODO.md | 1 + views/partials/popover-settings.html | 16 ---------------- views/partials/welcome-chat.html | 2 +- 4 files changed, 4 insertions(+), 18 deletions(-) diff --git a/Chat.go b/Chat.go index adca8e1..d4c67b6 100644 --- a/Chat.go +++ b/Chat.go @@ -426,7 +426,8 @@ func generateEnterKeyChatHTML() string { Get DeepSeek API key -
+
+

Note: Key are encrypted and saved on a secure database link only with the app.

` htmlString := "
" diff --git a/TODO.md b/TODO.md index eb4ed0e..270d53a 100644 --- a/TODO.md +++ b/TODO.md @@ -21,6 +21,7 @@ [ ] Add login with other provider [ ] Better temperature settings. (Anthropic from 0-1, OpenAI from 0-2, DeepSeek from -2-2, ect) [ ] Auto update the modelsInfos list +[ ] Encrypt the API keys # Other [ ] Change the terms of service and enter keys page to an HTML diff --git a/views/partials/popover-settings.html b/views/partials/popover-settings.html index 979e56a..ca7a7a0 100644 --- a/views/partials/popover-settings.html +++ b/views/partials/popover-settings.html @@ -139,22 +139,6 @@

-