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 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/classes/chatgpt.d.ts

77

package.json
{
"name": "chatgpt-official",
"version": "1.0.0",
"type": "module",
"description": "ChatGPT Client using official OpenAI API",
"main": "app.js",
"scripts": {
"build": "tsc"
},
"author": "PawanOsman <contact@pawan.krd> (https://pawan.krd/)",
"license": "MIT",
"devDependencies": {
"@types/node": "18.11.18",
"tsc-watch": "6.0.0",
"typescript": "4.9.4"
},
"dependencies": {
"axios": "1.2.2"
}
"name": "chatgpt-official",
"version": "1.0.1",
"description": "ChatGPT Client using official OpenAI API",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PawanOsman/chatgpt-official.git"
},
"keywords": [
"chatgpt",
"gpt3",
"gpt",
"Language",
"model",
"Natural",
"language",
"processing",
"(NLP)",
"Dialogue",
"generation",
"Conversation",
"Chatbot",
"Generative",
"Pre-trained",
"Transformer",
"(GPT)",
"Artificial",
"intelligence",
"(AI)",
"Machine",
"learning",
"(ML)",
"Pre-training",
"Transfer",
"learning",
"Text",
"generation",
"Text",
"prediction",
"OpenAI"
],
"author": "PawanOsman",
"license": "MIT",
"devDependencies": {
"@types/node": "18.11.18",
"tsc-watch": "6.0.0",
"typescript": "4.9.4"
},
"dependencies": {
"axios": "1.2.2"
},
"bugs": {
"url": "https://github.com/PawanOsman/chatgpt-official/issues"
},
"homepage": "https://github.com/PawanOsman/chatgpt-official#readme"
}
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