Force ChatGPT-4 Model

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

Tính đến 18-07-2024. Xem phiên bản mới nhất.

Tác giả
Lucas Bustamante
Đánh giá
0 0 0
Phiên bản
0.2
Đã tạo
17-07-2024
Đã cập nhật
18-07-2024
Size
1 KB
Giấy phép
GPLv3
Áp dụng cho

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.