-
-
- {{ messages.length === 0 ? 'Send a message to start' : '' }}
-
-
+
+ 'btn btn-ghost justify-start': true,
+ 'btn-active': messages.length === 0,
+ }" @click="newConversation">
+ + New conversation
+
+
+ {{ conv.messages[0].content }}
+
+
+ Conversations are saved to browser's localStorage
+
+
+
+
+
+
+
+
+
llama.cpp
+
+
+
+
+
+
+
+
+
+ {{ messages.length === 0 ? 'Send a message to start' : '' }}
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
diff --git a/examples/server/webui/index.html b/examples/server/webui/index.html
index 2fe2f950b..c7e18b45e 100644
--- a/examples/server/webui/index.html
+++ b/examples/server/webui/index.html
@@ -15,7 +15,7 @@