Mohit0199 commited on
Commit
15d0602
·
verified ·
1 Parent(s): 06043ab

Promote version 108c733 to main

Browse files

Promoted commit 108c7335ffc6bfb2942603605745398120f738dc to main branch

Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -320,8 +320,7 @@ const settingsBtn = document.getElementById('settingsBtn');
320
 
321
  // Add confirmation message to chat
322
  addMessage('system', 'Model selected successfully. You can now start chatting!');
323
- addMessage('warning', '⚠️ Warning: If you refresh or reload this page, you will lose your current chat history and need to re-enter your API key.');
324
- } catch (error) {
325
  addMessage('system', `Error verifying API key: ${error.message}`);
326
  }
327
  });
 
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
  }
326
  });