prompt-enhancer-utility
This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.
Co to jest prompt-enhancer-utility?
prompt-enhancer-utility to rozszerzenie Chrome opracowane przez Gabriel Lopez, a jego główną funkcją jest „This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia prompt-enhancer-utility
Pobierz pliki rozszerzeń prompt-enhancer-utility w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | prompt-enhancer-utility |
ID | paeabaeflblfeokdlnemjklehflnnolm |
Oficjalny URL | https://chromewebstore.google.com/detail/prompt-enhancer-utility/paeabaeflblfeokdlnemjklehflnnolm |
Opis | This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade. |
Rozmiar pliku | 158 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2023-02-07 |
Data Publikacji | 2023-02-06 |
Deweloper | Gabriel Lopez |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/ |
Adres URL Strony Pomocy | http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/ |
Adres URL Strony Polityki Prywatności | http://socrates-privacy-policy-online.s3-website-us-west-1.amazonaws.com |
Obsługiwane Języki | 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": [] } ] } |