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
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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