When you open the site https://lmarena.ai/ goes to the "Direct Chat" tab makes the model selection blocks, the chat window and the query input block fixed above all other elements.
If the code was customizable, like plugins in browsers, it would make sense. Otherwise it doesn't make sense, because even if I make a variable in the script and you edit it, then after updating the script (version upgrade) all your changes will be erased.
Wouldn't it be better to remember the last used model and automatically switch to it?
Great idea, I'll write the selected model to localStorage
I've updated the script
Nice job, thank you
Feature Request: Set Default Model
Allow setting a default model
e.g.
const DEFAULT_MODEL = 'claude-3-opus-20240229';
Thank you for your hard work and dedication to this script