llama-cpp-server / helloworld.patch
rbantog's picture
initial commit
4f0cbe4
diff --git a/examples/server/public_legacy/index-new.html b/examples/server/public_legacy/index-new.html
index cbfbbdf2..b291e466 100644
--- a/examples/server/public_legacy/index-new.html
+++ b/examples/server/public_legacy/index-new.html
@@ -1072,7 +1072,7 @@ return html`
return html`
<div class="mode-${session.value.type}">
<header>
- <h2>llama.cpp</h2>
+ <h2>Hello World!</h2>
<div class="dropdown">
<button class="dropbtn"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke-width="2"/></svg></button>
<div class="dropdown-content" id="theme-selector">
@@ -1096,7 +1096,7 @@ return html`
</section>
<footer>
<p><${ModelGenerationInfo} /></p>
- <p>Powered By <a href="https://github.com/ggerganov/llama.cpp#readme" target="_blank">llama.cpp</a> and <a href="https://ggml.ai/" target="_blank">ggml.ai</a></p>
+ <p>Powered By <a href="https://github.com/ggerganov/llama.cpp#readme" target="_blank">Hello World!</a> and <a href="https://ggml.ai/" target="_blank">ggml.ai</a></p>
</footer>
</div>
`;
diff --git a/examples/server/public_legacy/index.html b/examples/server/public_legacy/index.html
index 75f39330..7d9cd87c 100644
--- a/examples/server/public_legacy/index.html
+++ b/examples/server/public_legacy/index.html
@@ -1266,7 +1266,7 @@
<header>
<div class="grid-container">
<div class="grid-item"></div>
- <div class="grid-item"><h1>llama.cpp</h1></div>
+ <div class="grid-item"><h1>Hello World!</h1></div>
<div class="grid-item"><a class="customlink" href="index-new.html">New UI</a></div>
</div>
</header>
diff --git a/examples/server/themes/buttons-top/index.html b/examples/server/themes/buttons-top/index.html
index 3fb88fcc..03278cbd 100644
--- a/examples/server/themes/buttons-top/index.html
+++ b/examples/server/themes/buttons-top/index.html
@@ -1019,7 +1019,7 @@
return html`
<div class="mode-${session.value.type}">
<header>
- <h1>llama.cpp</h1>
+ <h1>Hello World!</h1>
</header>
<section id="write">
diff --git a/examples/server/webui/src/components/Header.tsx b/examples/server/webui/src/components/Header.tsx
index cbee394b..1f854250 100644
--- a/examples/server/webui/src/components/Header.tsx
+++ b/examples/server/webui/src/components/Header.tsx
@@ -71,7 +71,7 @@ export default function Header() {
</svg>
</label>
- <div className="grow text-2xl font-bold ml-2">llama.cpp</div>
+ <div className="grow text-2xl font-bold ml-2">Hello World!</div>
{/* action buttons (top right) */}
<div className="flex items-center">