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開發的Chrome擴展程式,該擴展的主要功能是“This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.”。
擴展截圖
下載prompt-enhancer-utility擴展crx文件
下載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 |
官方網址 | 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": [] } ] } |