Spaces:
Running
Running
Update index.html
Browse files- 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:
|
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 |
};
|