User:Polygnotus/Scripts/GeminiProofreaderOld.js: Difference between revisions

Content deleted Content added
Cramulator (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1:
// based on User:Polygnotus/Scripts/Claude6.js
// instructions: add the following to your User/common.js file
(function() {
'use strict';
Line 689 ⟶ 690:
contents: [{
parts: [{ "text": wikicode }],
// role: "user" // role is optional for single turn if not doing multi-turn chat
}],
systemInstruction: {
Line 697 ⟶ 698:
maxOutputTokens: 65536, // should be enough given 1M token window
temperature: 0.0, // For more factual, less creative output
},
tools: [
{urlContext: {}},
{googleSearch: {}},
],
};