llama.cpp/examples/server/public
HanishKVC 70e5860264 SimpleChatJS: Roles Class, submitClick
Define Role class with static members corresponding to the roles.

Update startme to

* Get hold of the ui elements.

* Attach a click handler to submit button, which adds the user input
  to xchats array and shows the chat messages till now in chat div
  element.

Trap DOMContentLoaded to trigger startme
2024-05-18 00:36:23 +05:30
..
completion.js server: public: use relative routes for static files (#6325) 2024-03-27 06:55:29 +01:00
favicon.ico server : add themes + favicon (#6848) 2024-05-08 22:12:06 +03:00
index.html server : do not apply Markdown formatting in code sections (#6850) 2024-04-24 13:54:24 +03:00
index.js server: static: upstream upgrade (#6765) 2024-04-19 13:19:01 +02:00
json-schema-to-grammar.mjs JSON schema conversion: ️ faster repetitions, min/maxLength for strings, cap number length (#6555) 2024-04-12 19:43:38 +01:00
simplechat.html SimpleChat: Add a skeletal html page 2024-05-18 00:36:22 +05:30
simplechat.js SimpleChatJS: Roles Class, submitClick 2024-05-18 00:36:23 +05:30