So I had a popup to update my Freebuff program, I clicked Update while idle. I was in a premium session and after it updated when I went idle the next chat I sent said this
"⚠️ Another tab is using a premium model (minimax/minimax-m3). Switch this tab to an unlimited model, or change the other tab."
Now there was no other tab open I tried restarting my pc, closing and restarting the application, signing in and out, and even this ..
localStorage.clear(); sessionStorage.clear(); window.location.reload();
and
document.cookie.split(";").forEach(function(c) { document.cookie = c.replace(/^ +/, "").replace(/=.*/, "=;expires=" + new Date().toUTCString() + ";path=/"); }); window.location.reload();
in the dev console
So I had a popup to update my Freebuff program, I clicked Update while idle. I was in a premium session and after it updated when I went idle the next chat I sent said this
"⚠️ Another tab is using a premium model (minimax/minimax-m3). Switch this tab to an unlimited model, or change the other tab."
Now there was no other tab open I tried restarting my pc, closing and restarting the application, signing in and out, and even this ..
localStorage.clear(); sessionStorage.clear(); window.location.reload();
and
document.cookie.split(";").forEach(function(c) { document.cookie = c.replace(/^ +/, "").replace(/=.*/, "=;expires=" + new Date().toUTCString() + ";path=/"); }); window.location.reload();
in the dev console