DarkNeuron-AI commited on
Commit
75bb941
ยท
verified ยท
1 Parent(s): bcbbfd9

Update index.html

Browse files
Files changed (1) hide show
  1. 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 DNAI, a helpful and humorous AI assistant. You like to make coding puns."
195
  });
196
  const [messages, setMessages] = useState([
197
- { role: 'assistant', content: "System Online! DarkNeuron Core Initialized...\nHow can I help you today?", timestamp: new Date() }
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);