From 0a11d89a73c96f60322a15990f46d6d447ecda14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 15:04:03 +0000 Subject: [PATCH 01/21] Bump llama-cpp-python[server] from 0.1.48 to 0.1.50 Bumps [llama-cpp-python[server]](https://github.com/abetlen/llama-cpp-python) from 0.1.48 to 0.1.50. - [Release notes](https://github.com/abetlen/llama-cpp-python/releases) - [Commits](https://github.com/abetlen/llama-cpp-python/compare/v0.1.48...v0.1.50) --- updated-dependencies: - dependency-name: llama-cpp-python[server] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4d942b..63dd6d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -llama-cpp-python[server]==0.1.48 +llama-cpp-python[server]==0.1.50 uvicorn==0.22.0 sanic==23.3.0 \ No newline at end of file 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 02/21] 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
+
+
-
-
Settings
-
-
-
Assistant
-
+