Automatically use GPT-4 in ChatGPT

Automatically selects the GPT-4 model in new chats in ChatGPT

Τι είναι το Automatically use GPT-4 in ChatGPT;

Το Automatically use GPT-4 in ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brendanfalk.com, και η κύρια λειτουργία του είναι "Automatically selects the GPT-4 model in new chats in ChatGPT".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Automatically use GPT-4 in ChatGPT

Λήψη αρχείων επέκτασης Automatically use GPT-4 in ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This Chrome Extension automatically select the GPT-4 model when starting new chats in ChatGPT. 

Currently, when a user starts a new chat using ChatGPT, the 3.5 model is selected by default. In order to change, you have to click on the model dropdown and select GPT-4. You have to do this on every single new chat. This is super annoying! 

This extension will automatically select the GPT-4 model for you in the dropdown when you start a new chat! We do it by appending "?model=gpt-4" every time you go to chat.openai.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Automatically use GPT-4 in ChatGPT Automatically use GPT-4 in ChatGPT
ID kdijhjfagdkmjeidfaeapkjhofmghffk
Επίσημο URL https://chromewebstore.google.com/detail/automatically-use-gpt-4-i/kdijhjfagdkmjeidfaeapkjhofmghffk
Περιγραφή Automatically selects the GPT-4 model in new chats in ChatGPT
Μέγεθος Αρχείου 1.18 MB
Αριθμός Εγκαταστάσεων 484
Τρέχουσα Έκδοση 0.2.1
Τελευταία Ενημέρωση 2023-04-19
Ημερομηνία Δημοσίευσης 2023-04-18
Αξιολόγηση 4.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://brendanfalk.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://brendanfalk.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Automatically use GPT-4 in ChatGPT",
    "version": "0.2.1",
    "description": "Automatically selects the GPT-4 model in new chats in ChatGPT",
    "icons": {
        "48": "images\/icon-2.png"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}