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

chatgpt-optimized-official

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatgpt-optimized-official - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

dist/classes/chatgpt.js

@@ -266,3 +266,3 @@ import axios from "axios";

oAIKey.queries++;
if (response.data.choices[0]['message']['content'].trim() !== "") {
if (response.data.choices[0]['message']['content']) {
conversation.messages.push({

@@ -269,0 +269,0 @@ id: randomUUID(),

{
"name": "chatgpt-optimized-official",
"version": "1.2.5",
"version": "1.2.6",
"description": "ChatGPT Client using official OpenAI API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -325,3 +325,3 @@ import axios from "axios";

if(response.data.choices[0]['message']['content'].trim() !== "") {
if(response.data.choices[0]['message']['content']) {
conversation.messages.push({

@@ -328,0 +328,0 @@ id: randomUUID(),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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