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
电子邮箱 [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"
    }
}