From: MaggotHATE Date: Sat, 16 Nov 2024 13:26:54 +0000 (+0500) Subject: server: (web UI) Add samplers sequence customization (#10255) X-Git-Tag: upstream/0.0.4488~387 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=bcdb7a23862b61aa307fc462fadfe1e2e653d010;p=pkg%2Fggml%2Fsources%2Fllama.cpp server: (web UI) Add samplers sequence customization (#10255) * Samplers sequence: simplified and input field. * Removed unused function * Modify and use `settings-modal-short-input` * rename "name" --> "label" --------- Co-authored-by: Xuan Son Nguyen --- diff --git a/examples/server/public/index.html b/examples/server/public/index.html index 65a915d5..6216c084 100644 --- a/examples/server/public/index.html +++ b/examples/server/public/index.html @@ -212,6 +212,9 @@
Other sampler settings
+ + + @@ -231,6 +234,7 @@ Advanced config
@@ -253,7 +257,7 @@