fix rep
Browse files
src/lib/components/MonsterGenerator/MonsterGenerator.svelte
CHANGED
|
@@ -336,7 +336,7 @@ Write your response within \`\`\`json\`\`\``;
|
|
| 336 |
0.3, // temperature
|
| 337 |
0.95, // top_p
|
| 338 |
50, // top_k
|
| 339 |
-
|
| 340 |
]);
|
| 341 |
|
| 342 |
console.log('Stats output:', output);
|
|
|
|
| 336 |
0.3, // temperature
|
| 337 |
0.95, // top_p
|
| 338 |
50, // top_k
|
| 339 |
+
1.0 // repetition_penalty
|
| 340 |
]);
|
| 341 |
|
| 342 |
console.log('Stats output:', output);
|