Automatically use GPT-4 in ChatGPT
Automatically selects the GPT-4 model in new chats in ChatGPT
Was ist Automatically use GPT-4 in ChatGPT?
Automatically use GPT-4 in ChatGPT ist eine Chrome-Erweiterung, die von https://brendanfalk.com entwickelt wurde, und ihr Hauptmerkmal ist "Automatically selects the GPT-4 model in new chats in ChatGPT".
Erweiterungsscreenshots
Automatically use GPT-4 in ChatGPT-Erweiterungs-CRX-Datei herunterladen
Laden Sie Automatically use GPT-4 in ChatGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kdijhjfagdkmjeidfaeapkjhofmghffk |
| Offizielle URL | https://chromewebstore.google.com/detail/automatically-use-gpt-4-i/kdijhjfagdkmjeidfaeapkjhofmghffk |
| Beschreibung | Automatically selects the GPT-4 model in new chats in ChatGPT |
| Dateigröße | 1.18 MB |
| Installationsanzahl | 484 |
| Aktuelle Version | 0.2.1 |
| Letztes Update | 2023-04-19 |
| Veröffentlichungsdatum | 2023-04-18 |
| Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
| Entwickler | https://brendanfalk.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://brendanfalk.com |
| Unterstützte Sprachen | 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"
}
} | |