From 718f483a750d885f8694b356601d24dfa7f69bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Thu, 18 May 2023 11:54:57 +0200 Subject: [PATCH] Added more parameters to the sidebar: top_k, repeat_penalty, presence_penalty, frequency_penalty - fixes #3 --- frontend/static/index.html | 18 +++++++++++++++++- frontend/static/main.js | 34 +++++++++++++++++++++++++++++++--- 2 files changed, 48 insertions(+), 4 deletions(-) diff --git a/frontend/static/index.html b/frontend/static/index.html index 8ff01b1..34eae86 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -32,7 +32,23 @@
top_p
-
+ +
+
top_k
+
+
+
+
repeat_penalty
+
+
+
+
presence_penalty
+
+
+
+
frequency_penalty
+
+