summaryrefslogtreecommitdiff
path: root/examples/server/webui/index.html
diff options
context:
space:
mode:
authorfirecoperana <xuqiaowei1124@gmail.com>2025-07-20 05:33:55 -0500
committerGitHub <noreply@github.com>2025-07-20 12:33:55 +0200
commitd44c2d3f5aeab25a9405896f48a36082cee5d8ac (patch)
tree6768d4d8c72fb0b5c7b4a5a4187d2eccb292f0ad /examples/server/webui/index.html
parentf989fb03bd12752ad6e93717ca4bd298d5001d99 (diff)
Webui: New Features for Conversations, Settings, and Chat Messages (#618)main
* Webui: add Rename/Upload conversation in header and sidebar webui: don't change modified date when renaming conversation * webui: add a preset feature to the settings #14649 * webui: Add editing assistant messages #13522 Webui: keep the following message while editing assistance response. webui: change icon to edit message * webui: DB import and export #14347 * webui: Wrap long numbers instead of infinite horizontal scroll (#14062) fix sidebar being covered by main content #14082 --------- Co-authored-by: firecoperana <firecoperana>
Diffstat (limited to 'examples/server/webui/index.html')
-rw-r--r--examples/server/webui/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/webui/index.html b/examples/server/webui/index.html
index 471f46b3..47fb9557 100644
--- a/examples/server/webui/index.html
+++ b/examples/server/webui/index.html
@@ -7,7 +7,7 @@
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta name="color-scheme" content="light dark" />
- <title>🦙 llama.cpp - chat</title>
+ <title>🦙 ik_llama.cpp - chat</title>
</head>
<body>
<div id="root"></div>