DarkNeuron-AI commited on
Commit
07c8330
ยท
verified ยท
1 Parent(s): 1ebfb7c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -189,8 +189,8 @@
189
  const [isSettingsOpen, setIsSettingsOpen] = useState(false);
190
  const [settings, setSettings] = useState({
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([
 
189
  const [isSettingsOpen, setIsSettingsOpen] = useState(false);
190
  const [settings, setSettings] = useState({
191
  temperature: 0.7,
192
+ topP: 0.8,
193
+ maxTokens: 64,
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([