Automatically use GPT-4 in ChatGPT

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

Co je Automatically use GPT-4 in ChatGPT?

Automatically use GPT-4 in ChatGPT je rozšíření Chrome vyvinuté https://brendanfalk.com, a jeho hlavní funkcí je „Automatically selects the GPT-4 model in new chats in ChatGPT“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Automatically use GPT-4 in ChatGPT

Stáhněte si soubory rozšíření Automatically use GPT-4 in ChatGPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Automatically use GPT-4 in ChatGPT Automatically use GPT-4 in ChatGPT
ID kdijhjfagdkmjeidfaeapkjhofmghffk
Oficiální URL https://chromewebstore.google.com/detail/automatically-use-gpt-4-i/kdijhjfagdkmjeidfaeapkjhofmghffk
Popis Automatically selects the GPT-4 model in new chats in ChatGPT
Velikost souboru 1.18 MB
Počet instalací 484
Aktuální Verze 0.2.1
Poslední Aktualizace 2023-04-19
Datum Vydání 2023-04-18
Hodnocení 4.60/5 Celkem 5 Hodnocení
Vývojář https://brendanfalk.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://brendanfalk.com
Podporované Jazyky 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"
    }
}