Spaces:
Running
Running
Manual changes saved
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -319,7 +319,7 @@ const settingsBtn = document.getElementById('settingsBtn');
|
|
| 319 |
settingsModal.classList.add('hidden');
|
| 320 |
|
| 321 |
// Add confirmation message to chat
|
| 322 |
-
addMessage('system', 'Model selected successfully. You can now start chatting!');
|
| 323 |
} catch (error) {
|
| 324 |
addMessage('system', `Error verifying API key: ${error.message}`);
|
| 325 |
}
|
|
|
|
| 319 |
settingsModal.classList.add('hidden');
|
| 320 |
|
| 321 |
// Add confirmation message to chat
|
| 322 |
+
addMessage('system', 'Model selected successfully. You can now start chatting! \n⚠️Warning: If you refresh or reload this page, you will lose your current chat history and need to re-enter your API key.');
|
| 323 |
} catch (error) {
|
| 324 |
addMessage('system', `Error verifying API key: ${error.message}`);
|
| 325 |
}
|