GPT-3 Questions

A Chrome extension that uses GPT-3 to answer questions

GPT-3 Questions란 무엇입니까?

GPT-3 Questions은(는) unrealiguana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension that uses GPT-3 to answer questions"입니다.

확장 프로그램 스크린샷

screenshot

GPT-3 Questions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The GPT-3 Questions extension is a powerful tool that lets you get quick answers to any question you may have. Simply click on the extension icon and enter your question in the popup window, and the bot will use the advanced AI capabilities of GPT-3 to provide you with a concise and accurate answer.

This extension features an options page where you can set your own GPT-3 API key for use with GPT3. The extension also includes a loading animation while waiting for the response, ensuring that you always know when your answer is on its way.

Changelog:
Update 1.2: Transitioned over to using gpt-3.5-turbo instead of text-davinci-003 due to deprecation of the latter.
Update 1.1: Fixed error where Max Tokens remained at 50 despite user-set value.                    

확장 프로그램 기본 정보

이름 GPT-3 Questions GPT-3 Questions
ID kkghlacjbajnkjpidndmgaaccoipdack
공식 URL https://chromewebstore.google.com/detail/gpt-3-questions/kkghlacjbajnkjpidndmgaaccoipdack
설명 A Chrome extension that uses GPT-3 to answer questions
파일 크기 14.33 KB
설치 횟수 27
현재 버전 1.2.0
최근 업데이트 2023-09-19
출시 날짜 2023-05-04
개발자 unrealiguana
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT-3 Questions",
    "version": "1.2.0",
    "description": "A Chrome extension that uses GPT-3 to answer questions",
    "options_page": "options.html",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}