Force ChatGPT-4 Model

Redirect to ChatGPT-4 model if not already set, avoiding redirect loops

2024-07-18 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
Lucas Bustamante
रेटिंग
0 0 0
आवृत्ती
0.2
बनवली
2024-07-17
अपडेट केली
2024-07-18
आकार
1.11 KB
License
GPLv3
यांवर लागू होते:

Force ChatGPT-4 model to be used, instead of ChatGPT-4o

ChatGPT-4 is just better. 4o is cheap and dumb.

Description:

This user script ensures that users are automatically redirected to use the ChatGPT-4 model on the ChatGPT website if it is not already specified in the URL. It's designed to enhance user experience by enforcing the most advanced model available, ensuring you get the best possible responses.

Features

  • Automatic Redirection: Redirects to the ChatGPT-4 model URL (https://chatgpt.com/?model=gpt-4) if the model query parameter is not present in the current URL.
  • Loop Prevention: Intelligently checks if the URL already contains the ChatGPT-4 model parameter to avoid redirection loops, ensuring that the script only activates when necessary.
  • Dynamic Element Detection: Utilizes a method to find specific elements on the page that indicate the need for redirection, ensuring compatibility even if page IDs change dynamically.
  • Resource Efficient: Automatically stops checking once the correct model is set or the page is unloaded, conserving computational resources.