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 https://brendanfalk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically selects the GPT-4 model in new chats in ChatGPT"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Automatically use GPT-4 in ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}