llama.cpp/examples/server/public_legacy
Xuan Son Nguyen a71d81cf8c
server : revamp chat UI with vuejs and daisyui (#10175)
* server : simple chat UI with vuejs and daisyui

* move old files to legacy folder

* embed deps into binary

* basic markdown support

* add conversation history, save to localStorage

* fix bg-base classes

* save theme preferences

* fix tests

* regenerate, edit, copy buttons

* small fixes

* docs: how to use legacy ui

* better error handling

* make CORS preflight more explicit

* add GET method for CORS

* fix tests

* clean up a bit

* better auto scroll

* small fixes

* use collapse-arrow

* fix closeAndSaveConfigDialog

* small fix

* remove console.log

* fix style for <pre> element

* lighter bubble color (less distract when reading)
2024-11-07 17:31:10 -04:00
..
colorthemes.css server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
completion.js server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
favicon.ico server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
index-new.html server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
index.html server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
index.js server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
json-schema-to-grammar.mjs server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
loading.html server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
prompt-formats.js server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
style.css server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
system-prompts.js server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
theme-beeninorder.css server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
theme-ketivah.css server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
theme-mangotango.css server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
theme-playground.css server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
theme-polarnight.css server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
theme-snowstorm.css server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00