From bd5592de7b341b49463fdb9fcf1452a4876852b1 Mon Sep 17 00:00:00 2001 From: DarokCx <77368869+DarokCx@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:06:11 -0400 Subject: [PATCH 1/5] Added featherless, connect button not working --- public/index.html | 34 ++++++++++++++++ public/script.js | 7 +++- public/scripts/secrets.js | 1 + public/scripts/textgen-models.js | 31 +++++++++++++++ public/scripts/textgen-settings.js | 7 +++- src/constants.js | 45 ++++++++++++++++++++++ src/endpoints/backends/text-completions.js | 5 ++- 7 files changed, 126 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 4c2ccdfcd..30ad41652 100644 --- a/public/index.html +++ b/public/index.html @@ -2038,6 +2038,7 @@ +