josStorer / chatGPTBox

Integrating ChatGPT into your browser deeply, everything you need is here
MIT License
9.76k stars 727 forks source link

GPT 3.5 (Web) no longer available? #721

Open gitdine opened 1 month ago

gitdine commented 1 month ago

I noticed that with the recent update ChatGPT (Web) now defaults to GPT 4 instead of 3.5, which is slower and effects the usage cap. I'm wondering if it's possible to force GPT 3.5 without needing an API key? It's not a huge deal, but with GPT 3.5. responses were instant, now they take an extra second.

Mohamed3nan commented 1 month ago

If you're using the extension, you can choose your default mode the first one "ChatGPT (Web)" is actually the old GPT3.5

chatgptFree35: { value: 'text-davinci-002-render-sha', desc: 'ChatGPT (Web)' },
chatgptFree4o: { value: 'gpt-4o', desc: 'ChatGPT (Web, GPT-4o)' }

image image

gitdine commented 1 month ago

When I ask it, it says it's GPT-4. image

Mohamed3nan commented 1 month ago

yes it's because of OpenAI system prompt I guess they want to it act like GPT-4 :D

but If you go to the chat history you will notice it's 3.5 mode

image