Content deleted Content added
Cramulator (talk | contribs) No edit summary |
Cramulator (talk | contribs) No edit summary |
||
Line 592:
if (!wikicode) {
throw new Error('Could not fetch article wikicode');
}
Line 612 ⟶ 599:
this.updateStatus('Proofreading complete!');
const finalOutput = `
this.updateOutput(finalOutput, true);
Line 708 ⟶ 695:
},
generationConfig: {
maxOutputTokens:
temperature: 0.
}
};
|