about summary refs log tree commit diff stats
path: root/html/matt-chat
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-01-05 09:51:16 -0500
committerelioat <elioat@tilde.institute>2025-01-05 09:51:16 -0500
commit6e60722b275c55841a25f8a46c25002c6b875a52 (patch)
treefe04881514136ae3418b8d1749424f198b60e481 /html/matt-chat
parent6b7b331751ad0537982de4338882bfee89ec4380 (diff)
downloadtour-6e60722b275c55841a25f8a46c25002c6b875a52.tar.gz
*
Diffstat (limited to 'html/matt-chat')
-rw-r--r--html/matt-chat/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html
index 25c61aa..10779b9 100644
--- a/html/matt-chat/index.html
+++ b/html/matt-chat/index.html
@@ -743,11 +743,11 @@
 
         // Add this near the top with other constants
         const AVAILABLE_THEMES = {
-            'professional': 'Boring, like wearing a tie',
+            'professional': 'Professional -- boring, like wearing a tie',
             'molly-millions': 'Molly Millions\' manicure',
-            'cloud': 'It took a lot of self control not to add sound effects',
-            'classic': 'This is not a fish',
-            'lcars': 'Boldly going'
+            'cloud': 'Cloud -- it took a lot of self control not to add sound effects',
+            'classic': 'Classic -- this is not a fish',
+            'lcars': 'LCARS -- boldly going'
         };
 
         function handleError(message) {
@@ -790,7 +790,7 @@
             } finally {
                 loadingMessage.remove();
                 if (modelIds.length > 0) {
-                    addMessage(`Models loaded successfully! Ready to chat. Available models: ${modelIds.join(', ')}`, "bot");
+                    addMessage(`Models loaded successfully! Ready to chat.\n\nAvailable models: ${modelIds.join(', ')}`, "bot");
                 } else {
                     addMessage("No models available to chat.", "bot");
                 }