Skip to content

Instantly share code, notes, and snippets.

View LawfulLeah's full-sized avatar
💭
suffering

LawfulLeah

💭
suffering
View GitHub Profile
@LawfulLeah
LawfulLeah / PasteThisInF12Console.js
Last active March 4, 2025 03:50 — forked from bedros-p/patcherooni.js
AI Studio patch to actually get the features users want (remade and with new additions via the help of Gemini 2.0 pro, Gemini Flash 2.0, Gemini Flash 2.0 Thinking, and Gemini Experimental 1206), along with some performance improvements.. Instructions: Paste in **in the devtool's console** after opening a prompt, and wait 5 seconds (for the scrip…
/**
* This script modifies Google's MakerSuite to add sliders for controlling
* Top K, Frequency Penalty, Presence Penalty, and Seed during text generation.
* It intercepts the serialization process to inject these parameters into
* the AI model's request payload.
* The Seed slider also gets a secondary button for generating a random seed.
* It also provides a checkbox to disable the frequency and presence penalties.
*/
/**