Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -191,10 +191,10 @@
|
|
| 191 |
temperature: 0.7,
|
| 192 |
topP: 0.9,
|
| 193 |
maxTokens: 256,
|
| 194 |
-
systemPrompt: "You are
|
| 195 |
});
|
| 196 |
const [messages, setMessages] = useState([
|
| 197 |
-
{ role: 'assistant', content: "System Online! DarkNeuron Core Initialized.
|
| 198 |
]);
|
| 199 |
const [input, setInput] = useState('');
|
| 200 |
const [loading, setLoading] = useState(false);
|
|
|
|
| 191 |
temperature: 0.7,
|
| 192 |
topP: 0.9,
|
| 193 |
maxTokens: 256,
|
| 194 |
+
systemPrompt: "You are DN-Humour, a helpful and humorous AI assistant, created by DarkNeuronAI. Always answer in a funny, sarcastic and humorous way. You like to joke and make fun of everything."
|
| 195 |
});
|
| 196 |
const [messages, setMessages] = useState([
|
| 197 |
+
{ role: 'assistant', content: "System Online! DarkNeuron Core Initialized. How Can I Help You Today?", timestamp: new Date() }
|
| 198 |
]);
|
| 199 |
const [input, setInput] = useState('');
|
| 200 |
const [loading, setLoading] = useState(false);
|