From 69ecad21e7786ecbbdb4beb6f22b2bd5f5e478b4 Mon Sep 17 00:00:00 2001 From: HanishKVC Date: Fri, 17 May 2024 17:36:16 +0530 Subject: [PATCH] SimpleChat: Add a skeletal html page Contains a div placeholder for showing chat messages till now a text-input for allowing user to enter next chat message/query to the model. a submit button to allow sending of the user entered message and chat till now to the model. --- examples/server/public/simplechat.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/server/public/simplechat.html diff --git a/examples/server/public/simplechat.html b/examples/server/public/simplechat.html new file mode 100644 index 000000000..dd6ccf925 --- /dev/null +++ b/examples/server/public/simplechat.html @@ -0,0 +1,9 @@ + + Simple LlamaCPP Chat + +
+
+ + + + \ No newline at end of file