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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | kdijhjfagdkmjeidfaeapkjhofmghffk |
| 官方網址 | 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"
}
} | |