TruthGPT - No Hallucinations, only Truth
Nothing But the Truth
Τι είναι το TruthGPT - No Hallucinations, only Truth;
Το TruthGPT - No Hallucinations, only Truth είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://singularitylabs-ai.github.io, και η κύρια λειτουργία του είναι "Nothing But the Truth".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TruthGPT - No Hallucinations, only Truth
Λήψη αρχείων επέκτασης TruthGPT - No Hallucinations, only Truth σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TruthGPT aims to be a "maximum truth-seeking" AI. It is designed to prioritize accurate information over anything else, and to be a counterweight to existing chatbots like ChatGPT and Bard, which have been criticized for spreading false information or harmful rhetoric. But TruthGPT uses both ChatGPT and Bard to validate truthfulness of a given information. TruthGPT is a AI chatbot model with the potential to address some of the challenges of AI safety and disinformation. No ChatGPT Plus plan required. Colour Code meaning: * RED - false * YELLOW - it may be true or false(the verifier is not sure) * GREEN - true Make sure you Pin it to use later . Here are some of the key features of TruthGPT: * It is designed to be a "maximum truth-seeking" AI, meaning that it will prioritize accurate information over anything else. * It will be able to access and process information from a variety of sources, including the real world, the internet, and other AI models. * It will be able to generate text, translate languages, and answer questions in a comprehensive and informative way. * It will be able to identify and refute false information. TruthGPT has the potential to be a powerful tool for promoting truth and accuracy in the world. TruthGPT aims to minimize disinformation and hallucinations. It is also important to note that TruthGPT is still in the early stages of development. For feedback or feature requests reach out to us at https://github.com/SingularityLabs-ai/TruthGPT-mini/issues LEGAL: Disclaimer: TruthGPT is not official Google Application or OpenAI. It is an unofficial extension that is developed and maintained independently and has no affiliation to Google or OpenAI .
Βασικές Πληροφορίες Επέκτασης
Όνομα | TruthGPT - No Hallucinations, only Truth |
ID | ekaamfcgakjaolehpokjkilkghkbanic |
Επίσημο URL | https://chromewebstore.google.com/detail/truthgpt-no-hallucination/ekaamfcgakjaolehpokjkilkghkbanic |
Περιγραφή | Nothing But the Truth |
Μέγεθος Αρχείου | 2.74 MB |
Αριθμός Εγκαταστάσεων | 82 |
Τρέχουσα Έκδοση | 0.0.7 |
Τελευταία Ενημέρωση | 2024-02-23 |
Ημερομηνία Δημοσίευσης | 2023-07-10 |
Αξιολόγηση | 3.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://singularitylabs-ai.github.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/SingularityLabs-ai/TruthGPT-mini |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/SingularityLabs-ai/TruthGPT-mini/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://singularitylabs-ai.github.io/privacypolicy |
Υποστηριζόμενες Γλώσσες | id,de,en,fr,es,ru,th,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.7", "icons": { "16": "src\/assets\/icon.png", "32": "src\/assets\/icon.png", "48": "src\/assets\/icon.png", "128": "src\/assets\/icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": [], "host_permissions": [ "https:\/\/*.bing.com\/", "https:\/\/*.openai.com\/", "https:\/\/*.google.com\/" ], "optional_host_permissions": [ "https:\/\/*\/*" ], "permissions": [ "storage", "unlimitedStorage" ], "content_scripts": [ { "js": [ "assets\/chatgpt-inpage-proxy.ts-loader-26ed932f.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ], "commands": { "open-app": { "suggested_key": { "default": "Alt+J", "windows": "Alt+J", "linux": "Alt+J", "mac": "Command+J" }, "description": "Open TruthGPT app" } }, "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "resources": [ "assets\/browser-polyfill-709c3cbe.js", "assets\/proxy-fetch-cc86c0f4.js", "assets\/_commonjsHelpers-486a00ce.js", "assets\/chatgpt-inpage-proxy.ts-71d4ecf2.js" ], "use_dynamic_url": true } ] } |