Automatically use GPT-4 in ChatGPT

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

Qu'est-ce que Automatically use GPT-4 in ChatGPT ?

Automatically use GPT-4 in ChatGPT est une extension Chrome développée par https://brendanfalk.com, et sa fonction principale est "Automatically selects the GPT-4 model in new chats in ChatGPT".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Automatically use GPT-4 in ChatGPT

Téléchargez les fichiers d'extension Automatically use GPT-4 in ChatGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Automatically use GPT-4 in ChatGPT Automatically use GPT-4 in ChatGPT
ID kdijhjfagdkmjeidfaeapkjhofmghffk
URL Officiel https://chromewebstore.google.com/detail/automatically-use-gpt-4-i/kdijhjfagdkmjeidfaeapkjhofmghffk
Description Automatically selects the GPT-4 model in new chats in ChatGPT
Taille du Fichier 1.18 MB
Nombre d'Installations 484
Version Actuelle 0.2.1
Dernière Mise à Jour 2023-04-19
Date de Publication 2023-04-18
Évaluation 4.60/5 Total 5 Évaluations
Développeur https://brendanfalk.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://brendanfalk.com
Langues Prises en Charge 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"
    }
}