From 59c699c999dc3d96457cd72aa7e4c68ad1344973 Mon Sep 17 00:00:00 2001 From: sifsera Date: Fri, 23 Jun 2023 10:59:38 -0400 Subject: [PATCH 1/2] Add-epsilon-and-eta-settings-to-textgenwebui-parameters --- public/index.html | 30 ++++++++++++++++++++++++++++++ public/scripts/textgen-settings.js | 6 ++++++ 2 files changed, 36 insertions(+) diff --git a/public/index.html b/public/index.html index a14c3fda0..3d3970cd2 100644 --- a/public/index.html +++ b/public/index.html @@ -873,6 +873,36 @@ +
+
+ Epsilon Cutoff +
+
+
+ +
+
+
+ select +
+
+
+
+
+
+ Eta Cutoff +
+
+
+ +
+
+
+ select +
+
+
+