From 8c17541cc0f02fdcdf44683857d62bdfc2a9474a Mon Sep 17 00:00:00 2001
From: Concedo <39025047+LostRuins@users.noreply.github.com>
Date: Sun, 7 Dec 2025 10:29:34 +0800
Subject: [PATCH] modify llama.cpp branding on lcpp ui (+1 squashed commits)
Squashed commits:
[067343edf] modify llama.cpp branding on lcpp ui
---
koboldcpp.py | 2 +-
.../src/lib/components/app/chat/ChatScreen/ChatScreen.svelte | 2 +-
.../src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte | 2 +-
.../src/lib/components/app/server/ServerLoadingSplash.svelte | 2 +-
tools/server/webui/src/routes/+page.svelte | 2 +-
tools/server/webui/src/routes/chat/[id]/+page.svelte | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/koboldcpp.py b/koboldcpp.py
index fbea73135..29e5302e1 100755
--- a/koboldcpp.py
+++ b/koboldcpp.py
@@ -3833,7 +3833,7 @@ Change Mode
elif self.path.endswith(('/.well-known/serviceinfo')):
response_body = (json.dumps({"version":"0.2","software":{"name":"KoboldCpp","version":KcppVersion,"repository":"https://github.com/LostRuins/koboldcpp","homepage":"https://github.com/LostRuins/koboldcpp","logo":"https://raw.githubusercontent.com/LostRuins/koboldcpp/refs/heads/concedo/niko.ico"},"api":{"koboldai":{"name":"KoboldAI API","rel_url":"/api","documentation":"https://lite.koboldai.net/koboldcpp_api","version":KcppVersion},"openai":{"name":"OpenAI API","rel_url ":"/v1","documentation":"https://openai.com/documentation/api","version":KcppVersion}}}).encode())
- elif self.path=="/props":
+ elif self.path.split("?")[0]=="/props":
response_body = (json.dumps({
"chat_template": cached_chat_template,
"id": 0,
diff --git a/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte b/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
index 57a2edac5..8eacb7744 100644
--- a/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
+++ b/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
@@ -437,7 +437,7 @@
>
{serverStore.props?.modalities?.audio
diff --git a/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte
index a113acbcb..d5d798045 100644
--- a/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte
+++ b/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte
@@ -103,7 +103,7 @@
llama.cpp
+ llama.cpp UI