A menu that allows you to switch models during a single conversation
< Feedback op ChatGPT Realtime Model Switcher: 4o-mini, o4-mini, o3 and more!
hmm that's weird... i suspect it's due to lacking support of unsafeWindow
on your tamper manager or browser
do you mind sharing the tamper manager (Tampermonkey/Violentmonkey) and browser you use?
hmm that's weird... i suspect it's due to lacking support of
unsafeWindow
on your tamper manager or browser
do you mind sharing the tamper manager (Tampermonkey/Violentmonkey) and browser you use?
So the strangest thing happened. I tried using the script on a different account and it worked. It had nothing to do with tampermonkey or the browser I use; I use MS Edge Beta btw. I have no idea why it doesn't seem to be working on my personal account. Do you have an idea what might be the cause?
that's interesting🤔
is your personal account on free tier? what happens if you use other browser + tampermonkey + bugged account
insetad? (sorry if that's troubling to set up, but that can eliminate lots of possibilities if you wanna help debugging)
I got the same result. I installed Chrome and used the bugged account on it but the model was just the default gpt-4o and the model selection of the script didn't do anything. I switched to another OpenAI account on Chrome and voila the script works flawlessly.
thanks a lot for testing... based on the result, i suspect the "bugged" account actually uses an experimental version of the website so the script's hooking method broke.
if that's really the case, i'll have to either wait till my account receives the update or somebody lends me their beta account (not suggesting you to do so as it's a privacy concern), but just letting you know that there's not much i can do rn unfortunately
change https://chatgpt.com/backend-api/conversation to https://chatgpt.com/backend-api/f/conversation in your code
change https://chatgpt.com/backend-api/conversation to https://chatgpt.com/backend-api/f/conversation in your code
thanks for saving the day! 0.52.4 pushed!
btw since you guys are here, how do you feel about the Model Identifier™ being enabled by default?
reference: https://greasyforks.org/zh-TW/scripts/514276-chatgpt-realtime-model-switcher-4o-mini-o4-mini-o3-and-more/discussions/297115
You are a hero man. It's working like a charm now. Thanks a lot for your time. Much appreciated!
As for the model identifier being enabled by default, I think it's cool and if I get tired of it I could simply toggle it off.
it's not possible without Dante's help :D
and thank you for the feedbacks too, just let me know if there are other issues!
buttons are showing but model doesn't change. It sticks to the auto configuration.