Automatically use GPT-4 in ChatGPT
Automatically selects the GPT-4 model in new chats in ChatGPT
Automatically use GPT-4 in ChatGPT là gì?
Automatically use GPT-4 in ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi https://brendanfalk.com, và tính năng chính của nó là "Automatically selects the GPT-4 model in new chats in ChatGPT".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Automatically use GPT-4 in ChatGPT
Tải xuống các tệp mở rộng Automatically use GPT-4 in ChatGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Automatically use GPT-4 in ChatGPT |
ID | kdijhjfagdkmjeidfaeapkjhofmghffk |
URL Chính Thức | https://chromewebstore.google.com/detail/automatically-use-gpt-4-i/kdijhjfagdkmjeidfaeapkjhofmghffk |
Mô tả | Automatically selects the GPT-4 model in new chats in ChatGPT |
Kích Thước Tệp | 1.18 MB |
Số Lần Cài Đặt | 484 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2023-04-19 |
Ngày Phát Hành | 2023-04-18 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://brendanfalk.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://brendanfalk.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |