model query parameter not setting model on ai studio
I just saw an issue on aistudio.google.com concerning the model query parameter. Specifically, when attempting to create a new chat, the model name specified via the model query parameter in the URL is not being reflected in the model dropdown selector once the page has finished loading.
I’m testing this with:
https://aistudio.google.com/app/prompts/new_chat?model=<model>https://aistudio.google.com/prompts/new_chat?model=<model>
This behavior was first observed today. I am uncertain whether this is a recent regression or an issue isolated to my local environment.
Previously, the model query parameter successfully set the chosen model from the beginning of the session.