Delete helloworld.patch
Browse files- helloworld.patch +0 -61
helloworld.patch
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
diff --git a/examples/server/public_legacy/index-new.html b/examples/server/public_legacy/index-new.html
|
2 |
-
index cbfbbdf2..b291e466 100644
|
3 |
-
--- a/examples/server/public_legacy/index-new.html
|
4 |
-
+++ b/examples/server/public_legacy/index-new.html
|
5 |
-
@@ -1072,7 +1072,7 @@ return html`
|
6 |
-
return html`
|
7 |
-
<div class="mode-${session.value.type}">
|
8 |
-
<header>
|
9 |
-
- <h2>llama.cpp</h2>
|
10 |
-
+ <h2>Hello World!</h2>
|
11 |
-
<div class="dropdown">
|
12 |
-
<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>
|
13 |
-
<div class="dropdown-content" id="theme-selector">
|
14 |
-
@@ -1096,7 +1096,7 @@ return html`
|
15 |
-
</section>
|
16 |
-
<footer>
|
17 |
-
<p><${ModelGenerationInfo} /></p>
|
18 |
-
- <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>
|
19 |
-
+ <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>
|
20 |
-
</footer>
|
21 |
-
</div>
|
22 |
-
`;
|
23 |
-
diff --git a/examples/server/public_legacy/index.html b/examples/server/public_legacy/index.html
|
24 |
-
index 75f39330..7d9cd87c 100644
|
25 |
-
--- a/examples/server/public_legacy/index.html
|
26 |
-
+++ b/examples/server/public_legacy/index.html
|
27 |
-
@@ -1266,7 +1266,7 @@
|
28 |
-
<header>
|
29 |
-
<div class="grid-container">
|
30 |
-
<div class="grid-item"></div>
|
31 |
-
- <div class="grid-item"><h1>llama.cpp</h1></div>
|
32 |
-
+ <div class="grid-item"><h1>Hello World!</h1></div>
|
33 |
-
<div class="grid-item"><a class="customlink" href="index-new.html">New UI</a></div>
|
34 |
-
</div>
|
35 |
-
</header>
|
36 |
-
diff --git a/examples/server/themes/buttons-top/index.html b/examples/server/themes/buttons-top/index.html
|
37 |
-
index 3fb88fcc..03278cbd 100644
|
38 |
-
--- a/examples/server/themes/buttons-top/index.html
|
39 |
-
+++ b/examples/server/themes/buttons-top/index.html
|
40 |
-
@@ -1019,7 +1019,7 @@
|
41 |
-
return html`
|
42 |
-
<div class="mode-${session.value.type}">
|
43 |
-
<header>
|
44 |
-
- <h1>llama.cpp</h1>
|
45 |
-
+ <h1>Hello World!</h1>
|
46 |
-
</header>
|
47 |
-
|
48 |
-
<section id="write">
|
49 |
-
diff --git a/examples/server/webui/src/components/Header.tsx b/examples/server/webui/src/components/Header.tsx
|
50 |
-
index cbee394b..1f854250 100644
|
51 |
-
--- a/examples/server/webui/src/components/Header.tsx
|
52 |
-
+++ b/examples/server/webui/src/components/Header.tsx
|
53 |
-
@@ -71,7 +71,7 @@ export default function Header() {
|
54 |
-
</svg>
|
55 |
-
</label>
|
56 |
-
|
57 |
-
- <div className="grow text-2xl font-bold ml-2">llama.cpp</div>
|
58 |
-
+ <div className="grow text-2xl font-bold ml-2">Hello World!</div>
|
59 |
-
|
60 |
-
{/* action buttons (top right) */}
|
61 |
-
<div className="flex items-center">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|