darkc0de commited on
Commit
580beb5
·
verified ·
1 Parent(s): 4e594fd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -391,7 +391,7 @@
391
  const requestBody = {
392
  model: "mradermacher/XortronCriminalComputingConfig-GGUF", // Specify your model
393
  messages: conversationHistory,
394
- max_tokens: 750,
395
  stream: true
396
  // Add other OpenAI-compatible parameters if needed, e.g., temperature: 0.7
397
  };
 
391
  const requestBody = {
392
  model: "mradermacher/XortronCriminalComputingConfig-GGUF", // Specify your model
393
  messages: conversationHistory,
394
+ max_tokens: 4000,
395
  stream: true
396
  // Add other OpenAI-compatible parameters if needed, e.g., temperature: 0.7
397
  };