Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chatgpt-official

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatgpt-official

ChatGPT Client using official OpenAI API

  • 1.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
56
increased by86.67%
Maintainers
1
Weekly downloads
 
Created
Source

chatgpt-official - Unofficial API client for ChatGPT that uses OpenAI official API [Discord]

NPM NPM GitHub issues GitHub forks GitHub stars GitHub license Discord server

A simple Node.js module for interacting with the ChatGPT without using any Browser using OpenAI official API.

Installation

To install the package, run the following command:

npm install chatgpt-official
import ChatGPT from "chatgpt-official";

let bot = new ChatGPT("<OPENAI_API_KEY>");

let response = await bot.ask("Hello?");
console.log(response);

Note: This is unofficial means may be stop working anytime

Thanks to waylaidwanderer for finding this method

Keywords

FAQs

Package last updated on 31 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc