GPT-3 Detector
Detects the likelihood that a given text was generated by GPT-3.
GPT-3 Detector란 무엇입니까?
GPT-3 Detector은(는) jovanovic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects the likelihood that a given text was generated by GPT-3."입니다.
확장 프로그램 스크린샷
GPT-3 Detector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you ever wondered if a Tweet, LinkedIn blog post, or email was written using GPT-3, the language model developed by OpenAI? With its ability to mimic human writing, it can be difficult to determine whether a piece of text was written by an AI or a human. This Chrome extension makes it easy to detect any text that has been written or altered by GPT-3. Simply enter at least 50 characters of the given text and click submit. The extension will use the huggingface.co/openai-detector API to tell you the probability that your text extract was written by an AI. To get started, simply install the extension and try submitting this description text to see if it has been altered by GPT-3.
확장 프로그램 기본 정보
이름 | GPT-3 Detector |
ID | omokfbakobiaindjjndfmblhadkpkokd |
공식 URL | https://chromewebstore.google.com/detail/gpt-3-detector/omokfbakobiaindjjndfmblhadkpkokd |
설명 | Detects the likelihood that a given text was generated by GPT-3. |
파일 크기 | 14.8 KB |
설치 횟수 | 419 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-12-30 |
출시 날짜 | 2022-12-29 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | jovanovic |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://thecodecave.de/datenschutzerklaerung |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPT-3 Detector", "version": "1.0.1", "description": "Detects the likelihood that a given text was generated by GPT-3.", "manifest_version": 3, "author": "The CodeCave GmbH", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "index.html", "default_title": "GPT-3 Detector" } } |