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によって開発されたChromeの拡張機能で、その主な機能は「Automatically selects the GPT-4 model in new chats in ChatGPT」です。

拡張機能のスクリーンショット

screenshot

Automatically use GPT-4 in ChatGPT拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}