prompt-enhancer-utility
This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.
prompt-enhancer-utilityคืออะไร?
prompt-enhancer-utility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gabriel Lopez และคุณลักษณะหลักของมันคือ "This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย prompt-enhancer-utility
ดาวน์โหลดไฟล์ส่วนขยาย prompt-enhancer-utility ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The goal of this application is to provide a place for users of services like ChatGPT or Dalle to improve the quality of their prompts. These types of services are only as good as what is being asked of them hence why I think it is essential to find ways to improve how we interact with these services. This is achieved using 2 flows: asking questions then rewriting the prompt and providing feedback then grade.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | prompt-enhancer-utility |
ID | paeabaeflblfeokdlnemjklehflnnolm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/prompt-enhancer-utility/paeabaeflblfeokdlnemjklehflnnolm |
คำอธิบาย | This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade. |
ขนาดไฟล์ | 158 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-02-07 |
วันที่เผยแพร่ | 2023-02-06 |
ผู้พัฒนา | Gabriel Lopez |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/ |
URL หน้าช่วยเหลือ | http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/ |
URL หน้านโยบายความเป็นส่วนตัว | http://socrates-privacy-policy-online.s3-website-us-west-1.amazonaws.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.", "version": "1.0.0", "manifest_version": 3, "name": "prompt-enhancer-utility", "action": { "default_popup": "popup.html", "default_icon": "favicon-32.png" }, "icons": { "128": "favicon-128.png" }, "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "favicon-32.png" ], "matches": [] } ] } |