Skip to content

Commit bd1871f

Browse files
authored
server : add themes + favicon (#6848)
* Added themes support with two sample themes and a favicon. * Newline * Newline * Newline * Trailing whitespace * Increased opacity for contrast * Increase opacity. Check actions cancelled for some other priority job and I can't seem to manually re-run them, so MOAR OPACITY * Opacity action trigger. Trying to re-trigger the cancelled action. * One more opacity adjustment This Actions pipeline is failing for random issues. * Delete examples/server/themes/buttons_top/completion.js This will be served from the static string built-in to server. * Delete examples/server/themes/buttons_top/index.js This will be served from the static string built-in to server. * Delete examples/server/themes/wild/completion.js This will be served from the static string built-in to server. * Delete examples/server/themes/buttons_top/json-schema-to-grammar.mjs This will be served from the static string built-in to server. * Delete examples/server/themes/wild/index.js This will be served from the static string built-in to server. * Delete examples/server/themes/wild/json-schema-to-grammar.mjs This will be served from the static string built-in to server. * Replaced underscore.
1 parent 26458af commit bd1871f

File tree

12 files changed

+2135
-0
lines changed

12 files changed

+2135
-0
lines changed

examples/server/public/favicon.ico

4.03 KB
Binary file not shown.

examples/server/themes/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# LLaMA.cpp Server Wild Theme
2+
3+
Simple themes directory of sample "public" directories. To try any of these add --path to your run like `server --path=wild`.
4+
5+
![image](wild/wild.png)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# LLaMA.cpp Server Buttons Top Theme
2+
3+
Simple tweaks to the UI. Chat buttons at the top of the page instead of bottom so you can hit Stop instead of chasing it down the page.
4+
5+
To use simply run server with `--path=themes/buttons_top`
6+
7+
![image](buttons_top.png)
Loading
4.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)