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"
}
} | |