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