Automatically configures model parameters (Temperature, Top-P, Media Resolution) in Google AI Studio with a clean, modern interface
This is a lightweight script that automates the tedious task of setting model parameters in Google AI Studio. If you're tired of manually adjusting Temperature, Top-P, and other settings every time you open a prompt, this script is for you.
It applies your preferred settings automatically on page load, ensuring a consistent and efficient workflow.
Temperature, Top-P, and Media Resolution the moment the page is ready.CONFIG block at the top of the script. No coding knowledge needed to change them!You can easily change the default settings to match your preferences.
Google AI Studio - Auto Settings, to open the editor.CONFIGURATION section near the top of the file.Here is the part of the code you'll need to edit:
// ==================== CONFIGURATION ====================
const CONFIG = {
settings: {
temperature: 0.7, // Your desired Temperature
topP: 0.00, // Your desired Top-P
mediaResolution: 'Low' // 'Low' or 'High'
},
// ... other settings
};
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址