From 6f51a13590811aed3a275182b5bf87d91112cfb0 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Fri, 23 May 2025 08:53:52 +0900 Subject: [PATCH] Merge Tabby API Loader Ext into Core WIP --- public/index.html | 100 ++-- public/scripts/tabbyModelLoader.js | 528 ++++++++++++++++++ .../templates/tabbyModelParameters.html | 96 ++++ public/scripts/textgen-models.js | 6 + public/style.css | 14 + src/endpoints/backends/text-completions.js | 127 +++++ 6 files changed, 837 insertions(+), 34 deletions(-) create mode 100644 public/scripts/tabbyModelLoader.js create mode 100644 public/scripts/templates/tabbyModelParameters.html diff --git a/public/index.html b/public/index.html index 87c789284..891daab4f 100644 --- a/public/index.html +++ b/public/index.html @@ -140,7 +140,7 @@ -