Spaces:
Sleeping
Sleeping
Update public/index.html
Browse files- public/index.html +5 -5
public/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<style>
|
| 8 |
:root {
|
| 9 |
--bg-color: #1a1a1a;
|
|
@@ -70,11 +70,11 @@
|
|
| 70 |
|
| 71 |
<div id="app">
|
| 72 |
<aside id="sidebar">
|
| 73 |
-
<h2>
|
| 74 |
|
| 75 |
<div class="setting-group">
|
| 76 |
<label>System Instructions (user_inst)</label>
|
| 77 |
-
<textarea id="setting-inst">You are
|
| 78 |
</div>
|
| 79 |
|
| 80 |
<div class="setting-group">
|
|
@@ -92,7 +92,7 @@
|
|
| 92 |
|
| 93 |
<main id="chat-container">
|
| 94 |
<header id="chat-header">
|
| 95 |
-
<h3>
|
| 96 |
<span style="font-size: 12px; color: #888;">HF Space / Port 7860</span>
|
| 97 |
</header>
|
| 98 |
|
|
@@ -192,7 +192,7 @@
|
|
| 192 |
});
|
| 193 |
|
| 194 |
// Initial message
|
| 195 |
-
addMessage("
|
| 196 |
|
| 197 |
</script>
|
| 198 |
</body>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Wrld-GPT Local AI</title>
|
| 7 |
<style>
|
| 8 |
:root {
|
| 9 |
--bg-color: #1a1a1a;
|
|
|
|
| 70 |
|
| 71 |
<div id="app">
|
| 72 |
<aside id="sidebar">
|
| 73 |
+
<h2>Wrld-GPT Settings</h2>
|
| 74 |
|
| 75 |
<div class="setting-group">
|
| 76 |
<label>System Instructions (user_inst)</label>
|
| 77 |
+
<textarea id="setting-inst">You are Wrld-GPT. Give short clear answers. Do not make assumptions.</textarea>
|
| 78 |
</div>
|
| 79 |
|
| 80 |
<div class="setting-group">
|
|
|
|
| 92 |
|
| 93 |
<main id="chat-container">
|
| 94 |
<header id="chat-header">
|
| 95 |
+
<h3>Wrld-GPT Chat</h3>
|
| 96 |
<span style="font-size: 12px; color: #888;">HF Space / Port 7860</span>
|
| 97 |
</header>
|
| 98 |
|
|
|
|
| 192 |
});
|
| 193 |
|
| 194 |
// Initial message
|
| 195 |
+
addMessage("Wrld-GPT Ready. Set instructions and parameters in the sidebar, and start chatting.", 'ai');
|
| 196 |
|
| 197 |
</script>
|
| 198 |
</body>
|