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

qcobjects-azure-openai-api

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcobjects-azure-openai-api - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

2

build/static/js/packages/controllers/com.qcobjects.ui.controllers.openai.js

@@ -62,3 +62,3 @@ "use strict";

else {
botMessage.textContent = data.choices[0].text.trim();
botMessage.textContent = data.choices[0].message.content.trim();
}

@@ -65,0 +65,0 @@ }

{
"name": "qcobjects-azure-openai-api",
"private": false,
"version": "1.0.18",
"version": "1.0.19",
"description": "QCObjects OpenAI API Handler",

@@ -6,0 +6,0 @@ "main": "public/js/index.cjs",

@@ -62,3 +62,3 @@ "use strict";

else {
botMessage.textContent = data.choices[0].text.trim();
botMessage.textContent = data.choices[0].message.content.trim();
}

@@ -65,0 +65,0 @@ }

@@ -70,3 +70,3 @@ import { Controller, ControllerParams } from "qcobjects";

} else {
botMessage.textContent = data.choices[0].text.trim();
botMessage.textContent = data.choices[0].message.content.trim();
}

@@ -73,0 +73,0 @@ } catch (e) {

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