Comparing version 1.2.6 to 1.2.7
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
192779
2345