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 - это расширение Chrome, разработанное https://brendanfalk.com, и его основная функция - "Automatically selects the GPT-4 model in new chats in ChatGPT".
Снимки экрана расширения
Скачать файл CRX расширения Automatically use GPT-4 in ChatGPT
Скачайте файлы расширений 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 |
| Официальный 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"
}
} | |