GPT-3 Detector

Detects the likelihood that a given text was generated by GPT-3.

Τι είναι το GPT-3 Detector;

Το GPT-3 Detector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jovanovic, και η κύρια λειτουργία του είναι "Detects the likelihood that a given text was generated by GPT-3.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GPT-3 Detector

Λήψη αρχείων επέκτασης GPT-3 Detector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    }
}