Spaces:
Running
Running
Promote version 108c733 to main
Browse filesPromoted commit 108c7335ffc6bfb2942603605745398120f738dc to main branch
- 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 |
-
|
| 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 |
});
|