GPT-Prompter
Fast custom prompts to GPT-3, GPT-4 and ChatGPT API
GPT-Prompterคืออะไร?
GPT-Prompter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gptprompter.com และคุณลักษณะหลักของมันคือ "Fast custom prompts to GPT-3, GPT-4 and ChatGPT API"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT-Prompter
ดาวน์โหลดไฟล์ส่วนขยาย GPT-Prompter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension to have fast and custom prompts sent to OpenAI's GPT-3, GPT-4 and ChatGPT from every webpage.
Ensure the lowest cost for using GPT querying directly OpenAI`s API.
The extension works using your API Key from OpenAI.
Get one at: https://beta.openai.com/ (we never have access to it).
This is an open source project available at GitHub: https://github.com/giosilvi/GPT-Prompter
***How to use it***
(On first install you need to reload the open webpages to have it working)
1. Click on the extension icon and insert your API KEY.
2. (optional) Select text on a web page.
3. Right-click, from the context menu select GPT-Prompter and choose a prompt!
Complete Guide: https://www.gptprompter.com/how-to-use-it
***Custom prompt***
You can customize the prompt as you like, but they always must contain the keyword #TEXT#. It gets replaced with the text you select from the webpage.
***Models***
Multiple models with different capabilities and costs are available from OpenAI:
- gpt-4
- gpt-3.5-turbo
- gpt-3.5-turbo-intruct (substitute davinci, curie,etc.)
***History and costs***
You can access and search through the history of your prompts and save them as JSON file.
***Latest***
v4.0: Added Instruct model, and remove stream for message (to make it work with v1/completions)
v3.4: Whisper API added. Codex model deprecated.
v3.3: Gpt-4 integration. Removed max tokens, now tokens are automatically computed from prompt. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lcgpdbficokndjodlcgflbhaibicompp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gpt-prompter/lcgpdbficokndjodlcgflbhaibicompp |
| คำอธิบาย | Fast custom prompts to GPT-3, GPT-4 and ChatGPT API |
| ขนาดไฟล์ | 949 KB |
| จำนวนการติดตั้ง | 14,452 |
| เวอร์ชันปัจจุบัน | 0.0.4.0 |
| อัปเดตครั้งล่าสุด | 2023-10-10 |
| วันที่เผยแพร่ | 2022-07-27 |
| คะแนน | 4.21/5 รวมทั้งหมด 24 คะแนน |
| ผู้พัฒนา | https://gptprompter.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/25c43011-c58e-4198-b24a-1372ab85eb03 |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GPT-Prompter",
"version": "0.0.4.0",
"description": "Fast custom prompts to GPT-3, GPT-4 and ChatGPT API",
"manifest_version": 3,
"icons": {
"16": "icons\/iconA16.png",
"48": "icons\/NewiconA48.png",
"128": "icons\/NewiconA128.png"
},
"permissions": [
"contextMenus",
"storage",
"commands"
],
"content_scripts": [
{
"matches": [
" | |