Automatically use GPT-4 in ChatGPT
Automatically selects the GPT-4 model in new chats in ChatGPT
¿Qué es Automatically use GPT-4 in ChatGPT?
Automatically use GPT-4 in ChatGPT es una extensión de Chrome desarrollada por https://brendanfalk.com, y su función principal es "Automatically selects the GPT-4 model in new chats in ChatGPT".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Automatically use GPT-4 in ChatGPT
Descarga archivos de extensión Automatically use GPT-4 in ChatGPT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | kdijhjfagdkmjeidfaeapkjhofmghffk |
| URL Oficial | https://chromewebstore.google.com/detail/automatically-use-gpt-4-i/kdijhjfagdkmjeidfaeapkjhofmghffk |
| Descripción | Automatically selects the GPT-4 model in new chats in ChatGPT |
| Tamaño del Archivo | 1.18 MB |
| Cantidad de Instalaciones | 484 |
| Versión Actual | 0.2.1 |
| Última Actualización | 2023-04-19 |
| Fecha de Publicación | 2023-04-18 |
| Calificación | 4.60/5 Total de 5 Calificaciones |
| Desarrollador | https://brendanfalk.com |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://brendanfalk.com |
| Idiomas Soportados | 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"
}
} | |