Spaces:
Running
Running
Update playground.html
Browse files- playground.html +3 -3
playground.html
CHANGED
@@ -540,6 +540,7 @@
|
|
540 |
<option value="mistral">Mistral(Uncensored)</option>
|
541 |
<option value="mistral-large">Mistral-large(Uncensored)</option>
|
542 |
<option value="mixtral-8x7b">Mixtral 8x7b</option>
|
|
|
543 |
<option value="command-r">Command-R</option>
|
544 |
<option value="command">Command</option>
|
545 |
<option value="Qwen/Qwen2.5-72B-Instruct">Qwen2.5-72B</option>
|
@@ -596,7 +597,7 @@
|
|
596 |
const clearChatButton = document.getElementById('clearChatButton');
|
597 |
let currentStreamingMessage = null;
|
598 |
let isStreamingInProgress = false;
|
599 |
-
let conversationHistory = [{ role: "system", content: "You are a AI assistant. Assist the user effectively." }];
|
600 |
function scrollToBottom() {
|
601 |
const chatMessages = document.getElementById('chatMessages');
|
602 |
chatMessages.scrollTop = chatMessages.scrollHeight;
|
@@ -810,6 +811,5 @@
|
|
810 |
clearChatButton.addEventListener('click', clearChat);
|
811 |
</script>
|
812 |
</body>
|
813 |
-
<!--
|
814 |
-
|
815 |
</html>
|
|
|
540 |
<option value="mistral">Mistral(Uncensored)</option>
|
541 |
<option value="mistral-large">Mistral-large(Uncensored)</option>
|
542 |
<option value="mixtral-8x7b">Mixtral 8x7b</option>
|
543 |
+
<option value="command-r-plus">Command-R+</option>
|
544 |
<option value="command-r">Command-R</option>
|
545 |
<option value="command">Command</option>
|
546 |
<option value="Qwen/Qwen2.5-72B-Instruct">Qwen2.5-72B</option>
|
|
|
597 |
const clearChatButton = document.getElementById('clearChatButton');
|
598 |
let currentStreamingMessage = null;
|
599 |
let isStreamingInProgress = false;
|
600 |
+
let conversationHistory = [{ role: "system", content: "You are a AI assistant. Assist the user effectively." }]; //doesnt work idk
|
601 |
function scrollToBottom() {
|
602 |
const chatMessages = document.getElementById('chatMessages');
|
603 |
chatMessages.scrollTop = chatMessages.scrollHeight;
|
|
|
811 |
clearChatButton.addEventListener('click', clearChat);
|
812 |
</script>
|
813 |
</body>
|
814 |
+
<!-- hehe go to networks tab to find cool stuff :) -->
|
|
|
815 |
</html>
|