|
|
|
|
|
|
|
|
|
@@ -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> |
|
`; |
|
|
|
|
|
|
|
|
|
@@ -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> |
|
|
|
|
|
|
|
|
|
@@ -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"> |
|
|
|
|
|
|
|
|
|
@@ -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"> |
|
|