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

Content deleted Content added
Cramulator (talk | contribs)
No edit summary
Cramulator (talk | contribs)
No edit summary
Line 689:
contents: [{
parts: [{ "text": wikicode }],
// role: "user" // role is optional for single turn if not doing multi-turn chat
}],
systemInstruction: {
Line 697:
maxOutputTokens: 65536, // should be enough given 1M token window
temperature: 0.0, // For more factual, less creative output
},
tools: [
{urlContext: {}},
{googleSearch: {}},
],
};