Spaces:
Running
Running
Manual changes saved
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -445,7 +445,7 @@ messageInput.addEventListener('keydown', (e) => {
|
|
| 445 |
|
| 446 |
// Welcome message
|
| 447 |
setTimeout(() => {
|
| 448 |
-
addMessage('system', 'Welcome to ChatRouter! Please enter your OpenRouter API key in settings to start chatting.');
|
| 449 |
}, 1000);
|
| 450 |
|
| 451 |
// Close sidebar when clicking outside on mobile
|
|
|
|
| 445 |
|
| 446 |
// Welcome message
|
| 447 |
setTimeout(() => {
|
| 448 |
+
addMessage('system', 'Welcome to ChatRouter! Please enter your OpenRouter API key & select a model in settings to start chatting.');
|
| 449 |
}, 1000);
|
| 450 |
|
| 451 |
// Close sidebar when clicking outside on mobile
|