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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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