Automatically use GPT-4 in ChatGPT
Automatically selects the GPT-4 model in new chats in ChatGPT
O que é Automatically use GPT-4 in ChatGPT?
Automatically use GPT-4 in ChatGPT é uma extensão do Chrome desenvolvida por https://brendanfalk.com, e sua principal característica é "Automatically selects the GPT-4 model in new chats in ChatGPT".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Automatically use GPT-4 in ChatGPT
Baixe arquivos de extensão Automatically use GPT-4 in ChatGPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Automatically use GPT-4 in ChatGPT |
ID | kdijhjfagdkmjeidfaeapkjhofmghffk |
URL Oficial | https://chromewebstore.google.com/detail/automatically-use-gpt-4-i/kdijhjfagdkmjeidfaeapkjhofmghffk |
Descrição | Automatically selects the GPT-4 model in new chats in ChatGPT |
Tamanho do Arquivo | 1.18 MB |
Contagem de Instalações | 484 |
Versão Atual | 0.2.1 |
Última Atualização | 2023-04-19 |
Data de Publicação | 2023-04-18 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | https://brendanfalk.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://brendanfalk.com |
Idiomas Suportados | 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" } } |