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 Gabriel Lopez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में prompt-enhancer-utility एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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": [] } ] } |