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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Automatically use GPT-4 in ChatGPT |
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" } } |