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

ffaivideo

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ffaivideo - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

3

dist/llm.js

@@ -122,3 +122,4 @@ "use strict";

try {
const response = await axios_1.default.post((_a = llmConfig.baseUrl) !== null && _a !== void 0 ? _a : '', llmConfig.data, llmConfig.requestConfig);
const data = { message: prompt, ...llmConfig.data };
const response = await axios_1.default.post((_a = llmConfig.baseUrl) !== null && _a !== void 0 ? _a : '', data, llmConfig.requestConfig);
if (response && response.data) {

@@ -125,0 +126,0 @@ const responsePath = llmConfig.responsePath || 'data.choices[0].message.content';

{
"name": "ffaivideo",
"version": "1.2.6",
"version": "1.2.7",
"description": "",

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

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